接口 StrictQueue<T,F>

所有已知实现类:
StrictQueue.FixedPriorityQueue, StrictQueue.QueueStrictQueue

public interface StrictQueue<T,F>
  • 方法详细资料

    • pop

      @Nullable F pop()
    • push

      boolean push(T pValue)
    • isEmpty

      boolean isEmpty()
    • size

      int size()