protected class OverflowMap.InternalKeySet extends AbstractSet
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
OverflowMap.InternalKeySet.InternalKeySetIterator
An Iterator implementation over the keys in the OverflowMap that
 that is based on a concurrent Iterator over the internal status
 map. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
InternalKeySet()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
contains(Object o) | 
boolean | 
isEmpty() | 
Iterator | 
iterator() | 
int | 
size() | 
Object[] | 
toArray() | 
Object[] | 
toArray(Object[] ao) | 
equals, hashCode, removeAlladd, addAll, clear, containsAll, remove, retainAll, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, remove, retainAll, spliteratorparallelStream, removeIf, streampublic boolean contains(Object o)
contains in interface Collectioncontains in interface Setcontains in class AbstractCollectionpublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface SetisEmpty in class AbstractCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in class AbstractCollectionpublic int size()
size in interface Collectionsize in interface Setsize in class AbstractCollectionpublic Object[] toArray()
toArray in interface CollectiontoArray in interface SettoArray in class AbstractCollectionpublic Object[] toArray(Object[] ao)
toArray in interface CollectiontoArray in interface SettoArray in class AbstractCollection