Package gaiasky.util

Class ObjectDoubleMap.Values

  • Enclosing class:
    ObjectDoubleMap<K>

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

      • hasNext

        public boolean hasNext()
      • next

        public double next()
      • toArray

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

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