Package rx.internal.util.unsafe
Class SpscUnboundedArrayQueueProducerColdFields<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractQueue<E>
-
- rx.internal.util.unsafe.SpscUnboundedArrayQueueProducerFields<E>
-
- rx.internal.util.unsafe.SpscUnboundedArrayQueueProducerColdFields<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>
,java.util.Collection<E>
,java.util.Queue<E>
- Direct Known Subclasses:
SpscUnboundedArrayQueueL2Pad
abstract class SpscUnboundedArrayQueueProducerColdFields<E> extends SpscUnboundedArrayQueueProducerFields<E>
-
-
Field Summary
Fields Modifier and Type Field Description protected E[]
producerBuffer
protected long
producerLookAhead
protected int
producerLookAheadStep
protected long
producerMask
-
Fields inherited from class rx.internal.util.unsafe.SpscUnboundedArrayQueueProducerFields
producerIndex
-
-
Constructor Summary
Constructors Constructor Description SpscUnboundedArrayQueueProducerColdFields()
-
Method Summary
-
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
producerLookAheadStep
protected int producerLookAheadStep
-
producerLookAhead
protected long producerLookAhead
-
producerMask
protected long producerMask
-
producerBuffer
protected E[] producerBuffer
-
-