final class CustomConcurrentHashMap.Values
extends java.util.AbstractCollection<V>
Constructor and Description |
---|
CustomConcurrentHashMap.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, toString
public java.util.Iterator<V> iterator()
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)