Class ObjectFloatMap.Values

  • Enclosing class:
    ObjectFloatMap<K>

    public static class ObjectFloatMap.Values
    extends java.lang.Object
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public float next()
      • toArray

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

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