Uses of Class
ch.nolix.base.container.immutablelist.ImmutableList
Packages that use ImmutableList
Package
Description
-
Uses of ImmutableList in ch.nolix.base.container.immutablelist
Methods in ch.nolix.base.container.immutablelist that return ImmutableListModifier and TypeMethodDescriptionstatic <T> ImmutableList<T> ImmutableList.createEmpty()static <T> ImmutableList<T> ImmutableList.fromArray(T[] array) static <T> ImmutableList<T> ImmutableList.fromIterable(Iterable<T> iterable) static <T> ImmutableList<T> ImmutableList.fromStream(Stream<T> stream) static <T> ImmutableList<T> ImmutableList.withElement(T element) static <T> ImmutableList<T> ImmutableList.withElements(T... elements) -
Uses of ImmutableList in ch.nolix.system.gui.cssmapper
Fields in ch.nolix.system.gui.cssmapper declared as ImmutableListModifier and TypeFieldDescriptionstatic final ImmutableList<ICssProperty> BackgroundToCssMapperHelper.TRANSPARENT_BACKGROUND_CSS_PROPERTIES -
Uses of ImmutableList in ch.nolix.system.objectdata.model
Methods in ch.nolix.system.objectdata.model that return ImmutableListModifier and TypeMethodDescriptionstatic ImmutableList<Table<IEntity>> TableLoader.loadTablesForDatabase(Database database)