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