protected static class AbstractHashedMap.ValuesIterator<V> extends AbstractHashedMap.HashIterator<java.lang.Object,V> implements java.util.Iterator<V>
| Modifier | Constructor and Description |
|---|---|
protected |
ValuesIterator(AbstractHashedMap<?,V> parent) |
| Modifier and Type | Method and Description |
|---|---|
V |
next() |
currentEntry, hasNext, nextEntry, remove, toStringprotected ValuesIterator(AbstractHashedMap<?,V> parent)