Class FloatArrayIterable

java.lang.Object
de.renebergelt.quiterables.iterators.primitivetypes.FloatArrayIterable
All Implemented Interfaces:
Iterable<Float>

public class FloatArrayIterable extends Object implements Iterable<Float>
An Iterable wrapper for primitive-type float-arrays
Author:
René Bergelt
  • Constructor Details

    • FloatArrayIterable

      public FloatArrayIterable(float[] array)
      Create a new iterable wrapper for the given array
      Parameters:
      array - Array to wrap
  • Method Details