Class FlowableReplay.Node
java.lang.Object
java.util.concurrent.atomic.AtomicReference<FlowableReplay.Node>
io.reactivex.rxjava3.internal.operators.flowable.FlowableReplay.Node
- All Implemented Interfaces:
Serializable
- Enclosing class:
FlowableReplay<T>
Represents a node in a bounded replay buffer's linked list.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
private static final long
(package private) final Object
-
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
-
index
final long index
-
-
Constructor Details
-
Node
Node(Object value, long index)
-