public final class IntArrayQueue.IntIterator extends Object implements Iterator<Integer>, Serializable
Iterator from which the value can be retrieved without boxing via nextValue().| Constructor and Description |
|---|
IntIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Integer |
next() |
int |
nextValue()
Get the next value from the iterator without boxing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeCopyright © 2014-2021 Real Logic Limited. All Rights Reserved.