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() |
boolean |
removeIf(java.util.function.Predicate<? super V> filter) |
int |
size() |
java.lang.Object[] |
toArray() |
<E> E[] |
toArray(E[] a) |
add, addAll, containsAll, remove, removeAll, retainAll, 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()
public boolean removeIf(java.util.function.Predicate<? super V> filter)
public boolean contains(java.lang.Object o)
public java.lang.Object[] toArray()