private class ShortCollections.UnmodifiableMap.IteratorImpl extends java.lang.Object implements java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>> |
iter |
| Constructor and Description |
|---|
IteratorImpl(java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>> iter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ShortObjectMap.PrimitiveEntry<V> |
next() |
void |
remove() |
final java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>> iter
IteratorImpl(java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>> iter)
public boolean hasNext()
hasNext in interface java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>>public ShortObjectMap.PrimitiveEntry<V> next()
next in interface java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>>public void remove()
remove in interface java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>>