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