Class FloatArrayIterable

java.lang.Object
org.codehaus.groovy.util.FloatArrayIterable
All Implemented Interfaces:
Iterable<Float>

public class FloatArrayIterable extends Object implements Iterable<Float>
Allows a primitive float array to be used where an Iterable is expected.
Since:
5.0.0
  • Constructor Details

    • FloatArrayIterable

      public FloatArrayIterable(float[] array)
  • Method Details