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