Verwendungen von Klasse
ch.nolix.core.container.readcontainer.ReadContainer
Packages, die ReadContainer verwenden
Package
Beschreibung
The
ch.nolix.core.container.readcontainer
package defines
Container
s that are views of other
Iterable
or arrays.The
ch.nolix.core.document.node
package defines the types that are
declared in the ch.nolix.coreapi.documentapi.nodeapi
package.-
Verwendungen von ReadContainer in ch.nolix.core.container.readcontainer
Methoden in ch.nolix.core.container.readcontainer, die ReadContainer zurückgebenModifizierer und TypMethodeBeschreibungstatic <E2> ReadContainer
<E2> ReadContainer.forArray
(E2[] array, E2[]... arrays) static <E2> ReadContainer
<E2> ReadContainer.forElementAndArray
(E2 element, E2[] array) static <E2> ReadContainer
<E2> ReadContainer.forEmpty()
static <E2> ReadContainer
<E2> ReadContainer.forIterable
(Iterable<? extends E2> iterable, Iterable<? extends E2>... iterables) -
Verwendungen von ReadContainer in ch.nolix.core.document.node
Methoden in ch.nolix.core.document.node, die ReadContainer zurückgeben