class HTreeMap.EntryIterator extends HTreeMap.HashIterator implements java.util.Iterator<java.util.Map.Entry<K,V>>
currentLinkedList, currentLinkedListPos| Constructor and Description |
|---|
EntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map.Entry<K,V> |
next() |
hasNext, moveToNext, remove