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