Uses of Class
ch.nolix.base.foundation.immutablelist.SimpleImmutableList
Packages that use SimpleImmutableList
-
Uses of SimpleImmutableList in ch.nolix.base.errorcontrol.logging
Methods in ch.nolix.base.errorcontrol.logging that return SimpleImmutableList -
Uses of SimpleImmutableList in ch.nolix.base.foundation.immutablelist
Methods in ch.nolix.base.foundation.immutablelist that return SimpleImmutableListModifier and TypeMethodDescriptionstatic <T> SimpleImmutableList<T> SimpleImmutableList.createEmptyList()static <T> SimpleImmutableList<T> SimpleImmutableList.withElements(T[] array)