Package rx.internal.operators
Class OperatorReplay.Node
java.lang.Object
java.util.concurrent.atomic.AtomicReference<OperatorReplay.Node>
rx.internal.operators.OperatorReplay.Node
- All Implemented Interfaces:
Serializable
- Enclosing class:
OperatorReplay<T>
Represents a node in a bounded replay buffer's linked list.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
The absolute index of the value.private static final long
(package private) final Object
The contained value. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.atomic.AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
value
The contained value. -
index
final long indexThe absolute index of the value.
-
-
Constructor Details
-
Node
-