Package rx.internal.util
Class IndexedRingBuffer.ElementSection<E>
- java.lang.Object
-
- rx.internal.util.IndexedRingBuffer.ElementSection<E>
-
- Enclosing class:
- IndexedRingBuffer<E>
static final class IndexedRingBuffer.ElementSection<E> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicReferenceArray<E>
array
(package private) java.util.concurrent.atomic.AtomicReference<IndexedRingBuffer.ElementSection<E>>
next
-
Constructor Summary
Constructors Constructor Description ElementSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) IndexedRingBuffer.ElementSection<E>
getNext()
-
-
-
Field Detail
-
array
final java.util.concurrent.atomic.AtomicReferenceArray<E> array
-
next
final java.util.concurrent.atomic.AtomicReference<IndexedRingBuffer.ElementSection<E>> next
-
-
Method Detail
-
getNext
IndexedRingBuffer.ElementSection<E> getNext()
-
-