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