Class FIFOBoundedList<E>

java.lang.Object
com.atlassian.bamboo.utils.collection.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