final class LocalCache.Values
extends java.util.AbstractCollection<V>
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<?,?> |
map |
Constructor and Description |
---|
Values(java.util.concurrent.ConcurrentMap<?,?> map) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<V> |
iterator() |
int |
size() |
add, addAll, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int size()
public boolean isEmpty()
public void clear()
public java.util.Iterator<V> iterator()