Class ObservableReplay.Node
java.lang.Object
java.util.concurrent.atomic.AtomicReference<ObservableReplay.Node>
io.reactivex.rxjava3.internal.operators.observable.ObservableReplay.Node
- All Implemented Interfaces:
Serializable
- Enclosing class:
ObservableReplay<T>
Represents a node in a bounded replay buffer's linked list.
-
Field Summary
Fields -
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
-
-
Constructor Details
-
Node
Node(Object value)
-