public final class ShortArrayIterator extends AbstractIndexedIterator<Short>
| Constructor and Description |
|---|
ShortArrayIterator(short... array)
Creates a new ShortArrayIterator.
|
| Modifier and Type | Method and Description |
|---|---|
Short |
get(int index)
Returns the payload value at the given index.
|
hasNext, hasPrevious, next, previousremoveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveforEachRemainingpublic ShortArrayIterator(short... array)
throws IllegalArgumentException
array - The short[] to iterate over.IllegalArgumentException - If the given short[] is null.public Short get(int index)
AbstractIndexedIteratorget in class AbstractIndexedIterator<Short>index - The index to be used, which is guaranteed to be non-negative
and smaller then the maximum index.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.