Class AbstractDoubleCollection

    • Constructor Detail

      • AbstractDoubleCollection

        AbstractDoubleCollection()
    • Method Detail

      • toArray

        public double[] toArray()
        Default implementation of copying to an array.
        Specified by:
        toArray in interface DoubleContainer
      • toString

        public java.lang.String toString()
        Convert the contents of this container to a human-friendly string.
        Overrides:
        toString in class java.lang.Object