Class CyclicList<E>

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

public final class CyclicList<E> extends AbstractList<E>
A list with fixed size that overrides the oldest elements when new elements are added and no more space is available.