- All Implemented Interfaces:
 
Iterable<Double> 
Allows a double array to be used where an Iterable is expected.
- Since:
 
- 3.0.8
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
DoubleArrayIterable
public DoubleArrayIterable(double[] array)
 
 
-