T
- public final class SpecializedMpscLinkedQueue<T> extends Object
Modifier and Type | Method and Description |
---|---|
static <T> SpecializedMpscLinkedQueue<T> |
create() |
void |
offer(T value) |
T |
poll() |
public static <T> SpecializedMpscLinkedQueue<T> create()
public void offer(T value)
public T poll()
Copyright © 2013–2020. All rights reserved.