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() |
add, addAll, contains, containsAll, iterator, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait