- All Implemented Interfaces:
- Iterable<Float>
Allows a primitive float array to be used where an Iterable is expected.
- Since:
- 5.0.0
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
FloatArrayIterablepublic FloatArrayIterable(float[] array) 
 
-