private static class IntHashMap.IntHashMapIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
(package private) IntHashMap.Entry |
entry |
(package private) int |
index |
(package private) boolean |
keys |
(package private) IntHashMap.Entry[] |
table |
Constructor and Description |
---|
IntHashMapIterator(IntHashMap.Entry[] table,
boolean keys) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
boolean keys
int index
IntHashMap.Entry[] table
IntHashMap.Entry entry
IntHashMapIterator(IntHashMap.Entry[] table, boolean keys)