T
public final class LifoQueue<T> extends Object
LifoQueue()
void
clear()
offer(T t)
poll()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LifoQueue()
public void offer(@NonNull T t)
@Nullable public T poll()
public void clear()
Copyright © 2016–2023. All rights reserved.