Klasse List<E>
java.lang.Object
ch.nolix.core.independent.container.List<E>
- Alle implementierten Schnittstellen:
Iterable<E>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addAtBegin
(E element) void
void
clear()
static String[]
createArrayFromList
(List<String> list) getCopy()
int
boolean
isEmpty()
iterator()
void
void
removeFirstOccurrenceOf
(E element) static <E2> List
<E2> withElements
(Iterable<E2> elements) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliterator
-
Konstruktordetails
-
List
public List() -
List
-
List
-
-
Methodendetails
-
createArrayFromList
-
withElements
-
addAtBegin
-
addAtEnd
-
clear
public void clear() -
getCopy
-
getElementCount
public int getElementCount() -
getStoredFirst
-
isEmpty
public boolean isEmpty() -
iterator
-
removeFirst
public void removeFirst() -
removeFirstOccurrenceOf
-