Class LongArrayQueue.LongIterator
java.lang.Object
org.agrona.collections.LongArrayQueue.LongIterator
- Enclosing class:
LongArrayQueue
Specialised
Iterator from which the value can be retrieved without boxing via nextValue().-
Constructor Details
-
LongIterator
public LongIterator()Create a new instance.
-
-
Method Details
-
hasNext
-
next
-
nextValue
public long nextValue()Get the next value from the iterator without boxing.- Returns:
- the next value from the queue.
-