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