Package gaiasky.util

Class ObjectDoubleMap.Values

java.lang.Object
gaiasky.util.ObjectDoubleMap.Values
Enclosing class:
ObjectDoubleMap<K>

public static class ObjectDoubleMap.Values extends Object
  • Field Details

    • hasNext

      public boolean hasNext
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      public double next()
    • iterator

      public ObjectDoubleMap.Values iterator()
    • 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.
    • reset

      public void reset()
    • remove

      public void remove()