Interface ArrayListCreator
public interface ArrayListCreator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescription<E> IArrayList<E> createEmptyArrayListFromMarkerWithInitialCapacity(Marker<E> marker, int initialCapacity)
-
Method Details
-
createEmptyArrayListFromMarkerWithInitialCapacity
<E> IArrayList<E> createEmptyArrayListFromMarkerWithInitialCapacity(Marker<E> marker, int initialCapacity) - Type Parameters:
E- the type of the elements the createdIArrayListcan contain- Parameters:
marker-initialCapacity-- Returns:
- a new empty
IArrayListwith the given initialCapacity
-