T
public static final class TimingWheel.TimingQueue<T extends TimingWheel.Timing<T>> extends Object
TimingQueue()
boolean
isEmpty()
offer(T timing)
peek()
poll()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TimingQueue()
public T poll()
public boolean offer(T timing)
public T peek()
public int size()
public boolean isEmpty()
Copyright © 2023. All rights reserved.