Klasse ImmutableList<E>
java.lang.Object
ch.nolix.core.independent.list.ImmutableList<E>
- Typparameter:
E- is the type of the elements of aImmutableList.
- Alle implementierten Schnittstellen:
Iterable<E>
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic <T> ImmutableList<T> iterator()static <T> ImmutableList<T> withElement(T element, T... elements) static <T> ImmutableList<T> withElements(T[] array) Von Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden Iterable
forEach, spliterator
-
Methodendetails
-
createEmptyList
-
withElement
-
withElements
-
iterator
-