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