public class ArrayListAllocator<T> extends Object implements CollectionAllocator<T,List<T>>
ArrayListAllocator()
List<T>
allocate(int items)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayListAllocator()
public List<T> allocate(int items)
allocate
CollectionAllocator<T,List<T>>