Class RingQueue<E>

  • Type Parameters:
    E - the element type that is stored in this Queue type.
    All Implemented Interfaces:
    Iterable<E>, Collection<E>, Queue<E>

    public class RingQueue<E>
    extends AbstractQueue<E>
    Simple Ring Queue implementation that has an enforced max size value.