Package com.esotericsoftware.kryo.util
Class IntMap.Keys
java.lang.Object
com.esotericsoftware.kryo.util.IntMap.MapIterator
com.esotericsoftware.kryo.util.IntMap.Keys
-
Field Summary
Fields inherited from class com.esotericsoftware.kryo.util.IntMap.MapIterator
currentIndex, hasNext, INDEX_ILLEGAL, INDEX_ZERO, map, nextIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.esotericsoftware.kryo.util.IntMap.MapIterator
findNextIndex, remove, reset
-
Constructor Details
-
Keys
-
-
Method Details
-
next
public int next() -
toArray
Returns a new array containing the remaining keys.
-