abstract class LocalCache.AbstractCacheSet<T>
extends java.util.AbstractSet<T>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.ConcurrentMap<?,?> |
map |
Constructor and Description |
---|
AbstractCacheSet(java.util.concurrent.ConcurrentMap<?,?> map) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
isEmpty() |
int |
size() |
java.lang.Object[] |
toArray() |
<E> E[] |
toArray(E[] a) |
add, addAll, contains, containsAll, iterator, remove, retainAll, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait