Package io.reactivex.rxjava3.processors
Class ReplayProcessor.TimedNode<T>
- java.lang.Object
-
- java.util.concurrent.atomic.AtomicReference<ReplayProcessor.TimedNode<T>>
-
- io.reactivex.rxjava3.processors.ReplayProcessor.TimedNode<T>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ReplayProcessor<T>
static final class ReplayProcessor.TimedNode<T> extends java.util.concurrent.atomic.AtomicReference<ReplayProcessor.TimedNode<T>>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
(package private) long
time
(package private) T
value
-
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 Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
value
final T value
-
time
final long time
-
-
Constructor Detail
-
TimedNode
TimedNode(T value, long time)
-
-