Class SimpleImmutableList<E>
java.lang.Object
ch.nolix.base.foundation.immutablelist.SimpleImmutableList<E>
- Type Parameters:
E- the type of the elements of aSimpleImmutableList.
- All Implemented Interfaces:
Iterable<E>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SimpleImmutableList<T> iterator()static <T> SimpleImmutableList<T> withElements(T[] array) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
createEmptyList
-
withElements
-
iterator
-