final class CustomConcurrentHashMap.Values
extends java.util.AbstractCollection<V>
| Constructor and Description |
|---|
Values() |
| 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic java.util.Iterator<V> iterator()
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)