protected abstract class SimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,V>> extends AbstractSet<T> implements CacheSet<T>
| Modifier | Constructor and Description |
|---|---|
protected |
EntrySetBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
boolean |
isEmpty() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
equals, hashCodeadd, addAll, containsAll, iterator, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitlocalPublisher, localPublisher, parallelStream, streamspliteratoradd, addAll, containsAll, equals, hashCode, iterator, toArrayiteratorremoveIfpublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public boolean remove(Object o)
public boolean retainAll(Collection<?> c)
public boolean removeAll(Collection<?> c)
Copyright © 2021 JBoss by Red Hat. All rights reserved.