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