final class IntIndexHashMap.RowIterator
extends java.lang.Object
implements java.util.Iterator<V>
| Modifier and Type | Field and Description |
|---|---|
private int |
idx |
private V |
next |
private int |
removeIdx |
(package private) V[] |
row |
private IntIndexHashMap.Table<V> |
table |
| Constructor and Description |
|---|
RowIterator(IntIndexHashMap.Table<V> table,
V[] row) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V |
next() |
void |
remove() |
private final IntIndexHashMap.Table<V> table
V[] row
private int idx
private int removeIdx
private V next
RowIterator(IntIndexHashMap.Table<V> table, V[] row)