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