Interface ArrayListCreator


public interface ArrayListCreator
Author:
Silvan Wyss
  • Method Details

    • createEmptyArrayListFromMarkerWithInitialCapacity

      <E> IArrayList<E> createEmptyArrayListFromMarkerWithInitialCapacity(Marker<E> marker, int initialCapacity)
      Type Parameters:
      E - the type of the elements the created IArrayList can contain
      Parameters:
      marker -
      initialCapacity -
      Returns:
      a new empty IArrayList with the given initialCapacity