K - the type of keys maintained by this mapV - the type of mapped valuesprotected static class AbstractHashMap.EntrySetIterator<K,V> extends AbstractHashMap.HashIterator<K,V,AbstractHashMap.HashEntry<K,V>>
expectedModCount, hashIndex, last, next, parent| Modifier | Constructor and Description |
|---|---|
protected |
EntrySetIterator(AbstractHashMap parent)
Constructs new
AbstractHashMap.EntrySetIterator. |
| Modifier and Type | Method and Description |
|---|---|
AbstractHashMap.HashEntry<K,V> |
next() |
currentEntry, hasNext, nextEntry, remove, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingprotected EntrySetIterator(AbstractHashMap parent)
AbstractHashMap.EntrySetIterator.parent - AbstractHashMappublic AbstractHashMap.HashEntry<K,V> next()
Copyright © 2020. All rights reserved.