Klasse ImmutableList<E>
java.lang.Object
ch.nolix.core.independent.container.ImmutableList<E>
- Alle implementierten Schnittstellen:
Iterable<E>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <E2> ImmutableList
<E2> iterator()
static <E2> ImmutableList
<E2> withElement
(E2 element, E2... elements) static <E2> ImmutableList
<E2> withElements
(E2[] array) 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