Package org.jctools.queues
Class BaseMpscLinkedArrayQueue.WeakIterator<E>
java.lang.Object
org.jctools.queues.BaseMpscLinkedArrayQueue.WeakIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
BaseMpscLinkedArrayQueue<E>
-
Field Details
-
pIndex
private final long pIndex -
nextIndex
private long nextIndex -
nextElement
-
currentBuffer
-
mask
private int mask
-
-
Constructor Details
-
WeakIterator
WeakIterator(E[] currentBuffer, long cIndex, long pIndex)
-
-
Method Details