Class BoundedList<A>

All Implemented Interfaces:
ArrayLike<A>, Iterable<A>, Collection<A>, List<A>

public class BoundedList<A> extends AbstractList<A> implements ArrayLike<A>