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