Class BaseMpscLinkedVarHandleUnpaddedArrayQueue.WeakIterator<E>
- java.lang.Object
-
- org.jctools.queues.varhandle.unpadded.BaseMpscLinkedVarHandleUnpaddedArrayQueue.WeakIterator<E>
-
- All Implemented Interfaces:
java.util.Iterator<E>
- Enclosing class:
- BaseMpscLinkedVarHandleUnpaddedArrayQueue<E>
private static class BaseMpscLinkedVarHandleUnpaddedArrayQueue.WeakIterator<E> extends java.lang.Object implements java.util.Iterator<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedLinkedQueueGenerator which can found in the jctools-build module. The original source file is BaseMpscLinkedArrayQueue.java.
-
-
Field Summary
Fields Modifier and Type Field Description private E[]currentBufferprivate intmaskprivate EnextElementprivate longnextIndexprivate longpIndex
-
Constructor Summary
Constructors Constructor Description WeakIterator(E[] currentBuffer, long cIndex, long pIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private EgetNext()booleanhasNext()Enext()voidremove()private voidsetBuffer(E[] buffer)
-
-
-
Constructor Detail
-
WeakIterator
WeakIterator(E[] currentBuffer, long cIndex, long pIndex)
-
-