public final class FloatArrayIterable extends Object implements ProtectedIterable<Float>
FloatArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given float[].
Calling iterator() creates an instance of
FloatArrayIterator.
| Constructor and Description |
|---|
FloatArrayIterable(float[] array)
Creates a new
FloatArrayIterable for the given float[]. |
| Modifier and Type | Method and Description |
|---|---|
FloatArrayIterator |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FloatArrayIterable(float[] array)
throws IllegalArgumentException
FloatArrayIterable for the given float[].array - The float[] to iterate over.IllegalArgumentException - If the given float[] is null.public FloatArrayIterator iterator()
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.