Verwendungen von Schnittstelle
ch.nolix.coreapi.containerapi.baseapi.IMappableContainer
Package
Beschreibung
The
ch.nolix.core.container.arraylist
package defines a
IArrayList
.The
ch.nolix.core.container.base
package defines a base
IContainer
.The
ch.nolix.core.container.compressedcontainer
package defines
compressed Container
s.The
ch.nolix.core.container.immutablelist
package defines a immutable
list.The
ch.nolix.core.container.linkedlist
package defines a
IContainer
.The
ch.nolix.core.container.matrix
package defines
Container
s that are matrices.The
ch.nolix.core.container.readcontainer
package defines
Container
s that are views of other
Iterable
or arrays.The
ch.nolix.core.programstructure.caching
package defines types that
provide caching mechanisms.The
ch.nolix.coreapi.containerapi.baseapi
package declares a base
container.The
ch.nolix.coreapi.containerapi.listapi
package declares a base
container.The
ch.nolix.coreapi.containerapi.matrixapi
package declares
matrixes.The
ch.nolix.coreapi.programstructureapi.cachingapi
package declares
types that provide caching.-
Verwendungen von IMappableContainer in ch.nolix.core.container.arraylist
-
Verwendungen von IMappableContainer in ch.nolix.core.container.base
-
Verwendungen von IMappableContainer in ch.nolix.core.container.compressedcontainer
-
Verwendungen von IMappableContainer in ch.nolix.core.container.immutablelist
Modifizierer und TypKlasseBeschreibungfinal class
AImmutableList
is aContainer
that is not mutable. -
Verwendungen von IMappableContainer in ch.nolix.core.container.linkedlist
Modifizierer und TypKlasseBeschreibungfinal class
LinkedList<E>
ALinkedList
is aContainer
that can add elements at the begin or end. -
Verwendungen von IMappableContainer in ch.nolix.core.container.matrix
-
Verwendungen von IMappableContainer in ch.nolix.core.container.readcontainer
Modifizierer und TypKlasseBeschreibungfinal class
final class
final class
final class
AReadContainer
can read a given container. -
Verwendungen von IMappableContainer in ch.nolix.core.programstructure.caching
-
Verwendungen von IMappableContainer in ch.nolix.coreapi.containerapi.baseapi
Modifizierer und TypSchnittstelleBeschreibunginterface
IContainer<E>
AIContainer
can store several elements of a certain type. -
Verwendungen von IMappableContainer in ch.nolix.coreapi.containerapi.listapi
Modifizierer und TypSchnittstelleBeschreibunginterface
IArrayList<E>
AIArrayList
is aIContainer
that can add and remove elements.interface
ILinkedList<E>
AILinkedList
is aIContainer
that can add and remove elements. -
Verwendungen von IMappableContainer in ch.nolix.coreapi.containerapi.matrixapi
-
Verwendungen von IMappableContainer in ch.nolix.coreapi.programstructureapi.cachingapi