Class IntMap.Keys

java.lang.Object
com.esotericsoftware.kryo.util.IntMap.MapIterator
com.esotericsoftware.kryo.util.IntMap.Keys
Enclosing class:
IntMap<V>

public static class IntMap.Keys extends IntMap.MapIterator
  • Constructor Details

    • Keys

      public Keys(IntMap map)
  • Method Details

    • next

      public int next()
    • toArray

      public IntArray toArray()
      Returns a new array containing the remaining keys.