public final class LongArrayQueue.LongIterator extends Object implements Iterator<Long>
Iterator from which the value can be retrieved without boxing via nextValue().| Constructor and Description |
|---|
LongIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Long |
next() |
long |
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.