Class LimitedList<E>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

public class LimitedList<E> extends ArrayList<E>
See Also: