Interface StrictQueue<T,​F>

All Known Implementing Classes:
StrictQueue.FixedPriorityQueue, StrictQueue.QueueStrictQueue

public interface StrictQueue<T,​F>
  • Method Details

    • pop

      @Nullable F pop()
    • push

      boolean push(T p_18770_)
    • isEmpty

      boolean isEmpty()
    • size

      int size()