private static class IntMap.MapIterator<V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
currentIndex |
boolean |
hasNext |
(package private) static int |
INDEX_ILLEGAL |
(package private) static int |
INDEX_ZERO |
(package private) IntMap<V> |
map |
(package private) int |
nextIndex |
| Constructor and Description |
|---|
MapIterator(IntMap<V> map) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
findNextIndex() |
void |
remove() |
void |
reset() |
static final int INDEX_ILLEGAL
static final int INDEX_ZERO
public boolean hasNext
int nextIndex
int currentIndex