Package com.esotericsoftware.kryo.util
Class IntMap.Keys
- java.lang.Object
-
- com.esotericsoftware.kryo.util.IntMap.MapIterator
-
- com.esotericsoftware.kryo.util.IntMap.Keys
-
public static class IntMap.Keys extends IntMap.MapIterator
-
-
Field Summary
-
Fields inherited from class com.esotericsoftware.kryo.util.IntMap.MapIterator
currentIndex, hasNext, INDEX_ILLEGAL, INDEX_ZERO, map, nextIndex
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
next()
IntArray
toArray()
Returns a new array containing the remaining keys.-
Methods inherited from class com.esotericsoftware.kryo.util.IntMap.MapIterator
findNextIndex, remove, reset
-
-