Class IntIntMap.Values

  • Enclosing class:
    IntIntMap

    public static class IntIntMap.Values
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public int next()
      • toArray

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

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