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