final class CustomConcurrentHashMap.KeySetView
extends java.util.AbstractSet<K>
Constructor and Description |
---|
CustomConcurrentHashMap.KeySetView() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<K> |
iterator() |
boolean |
remove(java.lang.Object o) |
int |
size() |
add, addAll, containsAll, retainAll, toArray, toArray, toString
public java.util.Iterator<K> iterator()
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)
public boolean remove(java.lang.Object o)