Uses of Interface
org.jctools.queues.SupportsIterator
-
Packages that use SupportsIterator Package Description org.jctools.queues This package aims to fill a gap in current JDK implementations in offering lock free (wait free where possible) queues for inter-thread message passing with finer grained guarantees and an emphasis on performance.
At the time of writing the only lock free queue available in the JDK isConcurrentLinkedQueuewhich is an unbounded multi-producer, multi-consumer queue which is further encumbered by the need to implement the full range ofQueuemethods.org.jctools.queues.atomic org.jctools.queues.atomic.unpadded org.jctools.queues.unpadded org.jctools.queues.varhandle org.jctools.queues.varhandle.unpadded -
-
Uses of SupportsIterator in org.jctools.queues
Classes in org.jctools.queues that implement SupportsIterator Modifier and Type Class Description (package private) classConcurrentCircularArrayQueue<E>Common functionality for array backed queues.classConcurrentSequencedCircularArrayQueue<E>classFFBuffer<E>(package private) classFFBufferConsumerField<E>(package private) classFFBufferL1Pad<E>(package private) classFFBufferL2Pad<E>(package private) classFFBufferL3Pad<E>(package private) classFFBufferProducerField<E>classMpmcArrayQueue<E>A Multi-Producer-Multi-Consumer queue based on aConcurrentCircularArrayQueue.(package private) classMpmcArrayQueueConsumerIndexField<E>(package private) classMpmcArrayQueueL1Pad<E>(package private) classMpmcArrayQueueL2Pad<E>(package private) classMpmcArrayQueueL3Pad<E>(package private) classMpmcArrayQueueProducerIndexField<E>classMpscArrayQueue<E>A Multi-Producer-Single-Consumer queue based on aConcurrentCircularArrayQueue.(package private) classMpscArrayQueueConsumerIndexField<E>(package private) classMpscArrayQueueL1Pad<E>(package private) classMpscArrayQueueL2Pad<E>(package private) classMpscArrayQueueL3Pad<E>(package private) classMpscArrayQueueMidPad<E>(package private) classMpscArrayQueueProducerIndexField<E>(package private) classMpscArrayQueueProducerLimitField<E>classMpscSequencedArrayQueue<E>A Multi-Producer-Single-Consumer queue based on same algorithm used forMpmcArrayQueuebut with the appropriate weakening of constraints on offer.(package private) classMpscSequencedArrayQueueConsumerField<E>(package private) classMpscSequencedArrayQueueL1Pad<E>(package private) classMpscSequencedArrayQueueL2Pad<E>(package private) classMpscSequencedArrayQueueProducerField<E>classSpmcArrayQueue<E>(package private) classSpmcArrayQueueConsumerIndexField<E>(package private) classSpmcArrayQueueL1Pad<E>(package private) classSpmcArrayQueueL2Pad<E>(package private) classSpmcArrayQueueL3Pad<E>(package private) classSpmcArrayQueueMidPad<E>(package private) classSpmcArrayQueueProducerIndexCacheField<E>(package private) classSpmcArrayQueueProducerIndexField<E>classSpscArrayQueue<E>A Single-Producer-Single-Consumer queue backed by a pre-allocated buffer.(package private) classSpscArrayQueueColdField<E>(package private) classSpscArrayQueueConsumerIndexField<E>(package private) classSpscArrayQueueL1Pad<E>(package private) classSpscArrayQueueL2Pad<E>(package private) classSpscArrayQueueL3Pad<E>(package private) classSpscArrayQueueProducerIndexFields<E> -
Uses of SupportsIterator in org.jctools.queues.atomic
Classes in org.jctools.queues.atomic that implement SupportsIterator Modifier and Type Class Description (package private) classConcurrentCircularAtomicArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.classConcurrentSequencedCircularAtomicArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.classMpmcAtomicArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.classMpscAtomicArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicArrayQueueProducerLimitField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.classSpmcAtomicArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicArrayQueueProducerIndexCacheField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.classSpscAtomicArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicArrayQueueColdField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicArrayQueueProducerIndexFields<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.JavaParsingAtomicArrayQueueGenerator which can found in the jctools-build module. -
Uses of SupportsIterator in org.jctools.queues.atomic.unpadded
Classes in org.jctools.queues.atomic.unpadded that implement SupportsIterator Modifier and Type Class Description (package private) classConcurrentCircularAtomicUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.classConcurrentSequencedCircularAtomicUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.classMpmcAtomicUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcAtomicUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.classMpscAtomicUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicUnpaddedArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscAtomicUnpaddedArrayQueueProducerLimitField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.classSpmcAtomicUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicUnpaddedArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicUnpaddedArrayQueueProducerIndexCacheField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcAtomicUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.classSpscAtomicUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicUnpaddedArrayQueueColdField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscAtomicUnpaddedArrayQueueProducerIndexFields<E>NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module. -
Uses of SupportsIterator in org.jctools.queues.unpadded
Classes in org.jctools.queues.unpadded that implement SupportsIterator Modifier and Type Class Description (package private) classConcurrentCircularUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.classConcurrentSequencedCircularUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.classMpmcUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpmcUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpmcUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpmcUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpmcUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpmcUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.classMpscUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpscUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpscUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpscUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpscUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpscUnpaddedArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpscUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classMpscUnpaddedArrayQueueProducerLimitField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.classSpmcUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpmcUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpmcUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpmcUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpmcUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpmcUnpaddedArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpmcUnpaddedArrayQueueProducerIndexCacheField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpmcUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.classSpscUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpscUnpaddedArrayQueueColdField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpscUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpscUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpscUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpscUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module.(package private) classSpscUnpaddedArrayQueueProducerIndexFields<E>NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module. -
Uses of SupportsIterator in org.jctools.queues.varhandle
Classes in org.jctools.queues.varhandle that implement SupportsIterator Modifier and Type Class Description (package private) classConcurrentCircularVarHandleArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.classConcurrentSequencedCircularVarHandleArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.classMpmcVarHandleArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.classMpscVarHandleArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleArrayQueueProducerLimitField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.classSpmcVarHandleArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleArrayQueueProducerIndexCacheField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.classSpscVarHandleArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleArrayQueueColdField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleArrayQueueProducerIndexFields<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.JavaParsingVarHandleArrayQueueGenerator which can found in the jctools-build module. -
Uses of SupportsIterator in org.jctools.queues.varhandle.unpadded
Classes in org.jctools.queues.varhandle.unpadded that implement SupportsIterator Modifier and Type Class Description (package private) classConcurrentCircularVarHandleUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.classConcurrentSequencedCircularVarHandleUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.classMpmcVarHandleUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpmcVarHandleUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.classMpscVarHandleUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleUnpaddedArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classMpscVarHandleUnpaddedArrayQueueProducerLimitField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.classSpmcVarHandleUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleUnpaddedArrayQueueMidPad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleUnpaddedArrayQueueProducerIndexCacheField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpmcVarHandleUnpaddedArrayQueueProducerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.classSpscVarHandleUnpaddedArrayQueue<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleUnpaddedArrayQueueColdField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleUnpaddedArrayQueueConsumerIndexField<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleUnpaddedArrayQueueL1Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleUnpaddedArrayQueueL2Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleUnpaddedArrayQueueL3Pad<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.(package private) classSpscVarHandleUnpaddedArrayQueueProducerIndexFields<E>NOTE: This class was automatically generated by org.jctools.queues.varhandle.unpadded.JavaParsingVarHandleUnpaddedArrayQueueGenerator which can found in the jctools-build module.
-