private final class IntObjectHashMap.MapIterator
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<java.lang.Integer,V>>
Map interface.| Modifier and Type | Field and Description |
|---|---|
private IntObjectHashMap.PrimitiveIterator |
iter |
| Modifier | Constructor and Description |
|---|---|
private |
MapIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Map.Entry<java.lang.Integer,V> |
next() |
void |
remove() |
private final IntObjectHashMap.PrimitiveIterator iter
public boolean hasNext()
hasNext in interface java.util.Iterator<java.util.Map.Entry<java.lang.Integer,V>>public java.util.Map.Entry<java.lang.Integer,V> next()
next in interface java.util.Iterator<java.util.Map.Entry<java.lang.Integer,V>>public void remove()
remove in interface java.util.Iterator<java.util.Map.Entry<java.lang.Integer,V>>