Class FixedSizeQueue<E>

  • Type Parameters:
    E - Should implement the Importance interface
    All Implemented Interfaces:
    Iterable<E>, Collection<E>, Queue<E>, InternalQueue<E>

    public class FixedSizeQueue<E>
    extends AbstractQueue<E>
    implements InternalQueue<E>
    A bounded queue implementation for internal queues. This queue is backed by an fixed size array.