Class RingQueue<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
org.apache.qpid.protonj2.engine.util.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.