Class DoubleArrayIterable

java.lang.Object
org.codehaus.groovy.util.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 Details

    • DoubleArrayIterable

      public DoubleArrayIterable(double[] array)
  • Method Details