private static class ObjectMap.MapIterator<K,V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
currentIndex |
boolean |
hasNext |
(package private) ObjectMap<K,V> |
map |
(package private) int |
nextIndex |
| Constructor and Description |
|---|
MapIterator(ObjectMap<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
advance() |
void |
remove() |
void |
reset() |