Verwendungen von Klasse
ch.nolix.core.independent.container.ImmutableList
Package
Beschreibung
The
ch.nolix.core.errorcontrol.logging
package defines a logger.The
ch.nolix.core.independent.container
package defines containers
that do not have a dependency.-
Verwendungen von ImmutableList in ch.nolix.core.errorcontrol.logging
-
Verwendungen von ImmutableList in ch.nolix.core.independent.container
Modifizierer und TypMethodeBeschreibungstatic <E2> ImmutableList
<E2> ImmutableList.createEmptyList()
static <E2> ImmutableList
<E2> ImmutableList.withElement
(E2 element, E2... elements) static <E2> ImmutableList
<E2> ImmutableList.withElements
(E2[] array)