abstract static class Flat3Map.EntryIterator<K,V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Flat3Map.FlatMapEntry<K,V> |
currentEntry |
private int |
nextIndex |
private Flat3Map<K,V> |
parent |
| Constructor and Description |
|---|
EntryIterator(Flat3Map<K,V> parent)
Create a new Flat3Map.EntryIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,V> |
nextEntry() |
void |
remove() |
private int nextIndex
private Flat3Map.FlatMapEntry<K,V> currentEntry