Class ObjectIntMap.Values

    • 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.