public final class ShortArrayIterable extends Object implements ProtectedBidirectionalIterable<Short>
ShortArrayIterable is a ProtectedBidirectionalIterable 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 |
|---|---|
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 ShortArrayIterator iterator()
ProtectedBidirectionalIterableProtectedIterator.iterator in interface Iterable<Short>iterator in interface BidirectionalIterable<Short>iterator in interface ProtectedBidirectionalIterable<Short>ProtectedIterator.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.