Uses of Class
ch.nolix.base.independent.immutablelist.ImmutableList
Packages that use ImmutableList
-
Uses of ImmutableList in ch.nolix.base.errorcontrol.logging
Methods in ch.nolix.base.errorcontrol.logging that return ImmutableList -
Uses of ImmutableList in ch.nolix.base.independent.immutablelist
Methods in ch.nolix.base.independent.immutablelist that return ImmutableListModifier and TypeMethodDescriptionstatic <T> ImmutableList<T> ImmutableList.createEmptyList()static <T> ImmutableList<T> ImmutableList.withElement(T element, T... elements) static <T> ImmutableList<T> ImmutableList.withElements(T[] array)