public class OverflowMap.EntrySet extends AbstractKeySetBasedMap.EntrySet
Modifier and Type | Class | Description |
---|---|---|
protected class |
OverflowMap.EntrySet.EntrySetIterator |
A pessimistic Iterator over the EntrySet that is backed by the
OverflowMap.
|
AbstractKeyBasedMap.EntrySet.Entry
Constructor | Description |
---|---|
EntrySet() |
Modifier and Type | Method | Description |
---|---|---|
protected Iterator |
instantiateIterator() |
Factory pattern.
|
toArray, toArray
clear, contains, instantiateEntry, isEmpty, iterator, remove, size
equals, hashCode, removeAll
add, addAll, containsAll, retainAll, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, containsAll, retainAll, spliterator
parallelStream, removeIf, stream
protected Iterator instantiateIterator()
instantiateIterator
in class AbstractKeyBasedMap.EntrySet