final class IntIndexHashMap.EntryIterator
extends java.lang.Object
implements java.util.Iterator<V>
| Modifier and Type | Field and Description |
|---|---|
private V |
next |
private java.util.Iterator<V> |
removeIterator |
private IntIndexHashMap.Table<V> |
table |
private int |
tableIdx |
private java.util.Iterator<V> |
tableIterator |
| Constructor and Description |
|---|
EntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V |
next() |
void |
remove() |
private final IntIndexHashMap.Table<V> table
private java.util.Iterator<V> tableIterator
private java.util.Iterator<V> removeIterator
private int tableIdx
private V next