Verwendungen von Klasse
ch.nolix.core.container.arraylist.ArrayList
Packages, die ArrayList verwenden
-
Verwendungen von ArrayList in ch.nolix.core.container.arraylist
Methoden in ch.nolix.core.container.arraylist, die ArrayList zurückgebenModifizierer und TypMethodeBeschreibungstatic <E2> ArrayList
<E2> ArrayList.createEmpty()
static <E2> ArrayList
<E2> ArrayList.withElement
(E2 element, E2... elements) static <E2> ArrayList
<E2> ArrayList.withElements
(E2[] elements) The time complexity of this implementation is O(n) when n elements are given.static <E2> ArrayList
<E2> ArrayList.withInitialCapacity
(int initialCapacity) The time complexity of this implementation is O(1).static <E2> ArrayList
<E2> ArrayList.withInitialCapacityFromSizeOfContainer
(ICountingContainer<?> container) The time complexity of this implementation is O(1).