Package ch.nolix.core.independent.list
Klasse List<E>
java.lang.Object
ch.nolix.core.independent.list.List<E>
- Alle implementierten Schnittstellen:
Iterable<E>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddAtBegin(E element) voidvoidclear()static String[]createArrayFromList(List<String> list) getCopy()intbooleanisEmpty()iterator()voidvoidremoveFirstOccurrenceOf(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, waitVon 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
-