Package arc.struct

Class IntMap.Keys

java.lang.Object
arc.struct.IntMap.Keys
Enclosing class:
IntMap<V>

public static class IntMap.Keys extends Object
  • Field Details

    • hasNext

      public boolean hasNext
  • Constructor Details

    • Keys

      public Keys(IntMap map)
  • Method Details

    • next

      public int next()
    • toArray

      public IntSeq toArray()
      Returns a new array containing the remaining keys.
    • reset

      public void reset()
    • remove

      public void remove()