Interface StrictQueue<T extends Runnable>

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

public interface StrictQueue<T extends Runnable>
  • Method Details

    • pop

      @Nullable Runnable pop()
    • push

      boolean push(T p_371943_)
    • isEmpty

      boolean isEmpty()
    • size

      int size()