Package rx.internal.util.unsafe
Class SpscUnboundedArrayQueueConsumerField<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
rx.internal.util.unsafe.SpscUnboundedArrayQueueProducerFields<E>
rx.internal.util.unsafe.SpscUnboundedArrayQueueProducerColdFields<E>
rx.internal.util.unsafe.SpscUnboundedArrayQueueL2Pad<E>
rx.internal.util.unsafe.SpscUnboundedArrayQueueConsumerColdField<E>
rx.internal.util.unsafe.SpscUnboundedArrayQueueConsumerField<E>
- All Implemented Interfaces:
Iterable<E>,Collection<E>,Queue<E>
- Direct Known Subclasses:
SpscUnboundedArrayQueue
abstract class SpscUnboundedArrayQueueConsumerField<E>
extends SpscUnboundedArrayQueueConsumerColdField<E>
-
Field Summary
FieldsFields inherited from class rx.internal.util.unsafe.SpscUnboundedArrayQueueConsumerColdField
consumerBuffer, consumerMaskFields inherited from class rx.internal.util.unsafe.SpscUnboundedArrayQueueL2Pad
p0, p1, p10, p11, p12, p2, p3, p4, p5, p6, p7, p8, p9Fields inherited from class rx.internal.util.unsafe.SpscUnboundedArrayQueueProducerColdFields
producerBuffer, producerLookAhead, producerLookAheadStep, producerMaskFields inherited from class rx.internal.util.unsafe.SpscUnboundedArrayQueueProducerFields
producerIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
Field Details
-
consumerIndex
protected long consumerIndex
-
-
Constructor Details
-
SpscUnboundedArrayQueueConsumerField
SpscUnboundedArrayQueueConsumerField()
-