T - the value typepublic final class SpscOneQueue<T>
extends java.util.concurrent.atomic.AtomicReference<T>
implements io.reactivex.internal.fuseable.SimplePlainQueue<T>
| Constructor and Description |
|---|
SpscOneQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
isEmpty() |
boolean |
offer(T value) |
boolean |
offer(T v1,
T v2) |
T |
poll() |
public boolean offer(T value)
offer in interface io.reactivex.internal.fuseable.SimpleQueue<T>public boolean offer(T v1, T v2)
offer in interface io.reactivex.internal.fuseable.SimpleQueue<T>public boolean isEmpty()
isEmpty in interface io.reactivex.internal.fuseable.SimpleQueue<T>public void clear()
clear in interface io.reactivex.internal.fuseable.SimpleQueue<T>