Class IntMap.Keys

  • Enclosing class:
    IntMap<V>

    public static class IntMap.Keys
    extends Object
    • Constructor Detail

      • Keys

        public Keys​(IntMap map)
    • Method Detail

      • next

        public int next()
      • toArray

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

        public IntArray toArray​(IntArray array)
        Adds the remaining values to the specified array.