public final class FloatArrayIterable extends Object implements ProtectedBidirectionalIterable<Float>
FloatArrayIterable is a ProtectedBidirectionalIterable 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 |
|---|---|
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 FloatArrayIterator iterator()
ProtectedBidirectionalIterableProtectedIterator.iterator in interface Iterable<Float>iterator in interface BidirectionalIterable<Float>iterator in interface ProtectedBidirectionalIterable<Float>ProtectedIterator.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.