private abstract class IntHashMap.HashIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
index |
(package private) IntHashMap.Entry<V> |
next |
| Constructor and Description |
|---|
HashIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
(package private) IntHashMap.Entry<V> |
nextEntry() |
void |
remove() |
IntHashMap.Entry<V> next
int index
public boolean hasNext()
hasNext in interface java.util.Iterator<T>IntHashMap.Entry<V> nextEntry()
public void remove()
remove in interface java.util.Iterator<T>