Package gaiasky.util

Class ObjectDoubleMap.Values

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

public static class ObjectDoubleMap.Values
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean hasNext  
  • Constructor Summary

    Constructors
    Constructor Description
    Values​(ObjectDoubleMap<?> map)  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    ObjectDoubleMap.Values iterator()  
    double next()  
    void remove()  
    void reset()  
    DoubleArray toArray()
    Returns a new array containing the remaining values.
    DoubleArray toArray​(DoubleArray array)
    Adds the remaining values to the specified array.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()