Class FIFOBoundedList<E>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>, List<E>

    public class FIFOBoundedList<E>
    extends Object
    implements Collection<E>, List<E>
    A FIFO bounded list beacked by a linkedlist. Is not thread saffe