Verwendungen von Klasse
ch.nolix.core.container.readcontainer.ReadContainer
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 a document node.-
Verwendungen von ReadContainer in ch.nolix.core.container.readcontainer
Modifizierer und TypMethodeBeschreibungstatic <E2> ReadContainer
<E2> ReadContainer.forArray
(E2[] array, E2[]... arrays) static <E2> ReadContainer
<E2> ReadContainer.forElement
(E2 firstElement, E2... elements) static <E2> ReadContainer
<E2> ReadContainer.forIterable
(Iterable<? extends E2> container, Iterable<? extends E2>... containers) -
Verwendungen von ReadContainer in ch.nolix.core.document.node