Package com.esotericsoftware.kryo.util
Class IntMap.MapIterator<V>
java.lang.Object
com.esotericsoftware.kryo.util.IntMap.MapIterator<V>
- Direct Known Subclasses:
IntMap.Entries
,IntMap.Keys
,IntMap.Values
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
boolean
(package private) static final int
(package private) static final int
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INDEX_ILLEGAL
static final int INDEX_ILLEGAL- See Also:
-
INDEX_ZERO
static final int INDEX_ZERO- See Also:
-
hasNext
public boolean hasNext -
map
-
nextIndex
int nextIndex -
currentIndex
int currentIndex
-
-
Constructor Details
-
MapIterator
-
-
Method Details
-
reset
public void reset() -
findNextIndex
void findNextIndex() -
remove
public void remove()
-