Class DoubleArrayIterable

  • All Implemented Interfaces:
    Iterable<Double>

    public class DoubleArrayIterable
    extends Object
    implements Iterable<Double>
    Allow a double array to be used where an Iterable is expected.
    Since:
    3.0.8
    • Constructor Detail

      • DoubleArrayIterable

        public DoubleArrayIterable​(double[] array)