Class EmptyQueue<E>

  • Type Parameters:
    E -
    All Implemented Interfaces:
    Iterable<E>, Collection<E>, Queue<E>

    public final class EmptyQueue<E>
    extends AbstractQueue<E>
    This queue is empty and will neither return nor accept any elements