protected class OverflowMap.InternalKeySet extends AbstractSet
Modifier and Type | Class | 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 | Description |
---|---|---|
protected |
InternalKeySet() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
contains(Object o) |
|
boolean |
isEmpty() |
|
Iterator |
iterator() |
|
int |
size() |
|
Object[] |
toArray() |
|
Object[] |
toArray(Object[] ao) |
equals, hashCode, removeAll
add, addAll, clear, containsAll, remove, retainAll, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, containsAll, remove, retainAll, spliterator
parallelStream, removeIf, stream
public boolean contains(Object o)
contains
in interface Collection
contains
in interface Set
contains
in class AbstractCollection
public boolean isEmpty()
isEmpty
in interface Collection
isEmpty
in interface Set
isEmpty
in class AbstractCollection
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
iterator
in class AbstractCollection
public int size()
size
in interface Collection
size
in interface Set
size
in class AbstractCollection
public Object[] toArray()
toArray
in interface Collection
toArray
in interface Set
toArray
in class AbstractCollection
public Object[] toArray(Object[] ao)
toArray
in interface Collection
toArray
in interface Set
toArray
in class AbstractCollection