Class RecyclableArrayList

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

public final class RecyclableArrayList extends ArrayList<Object>
A simple list which is recyclable. This implementation does not allow null elements to be added.
See Also: