Verwendungen von Schnittstelle
ch.nolix.coreapi.containerapi.baseapi.IMappableContainer
Packages, die IMappableContainer verwenden
Package
Beschreibung
-
Verwendungen von IMappableContainer in ch.nolix.core.container.arraylist
Klassen in ch.nolix.core.container.arraylist, die IMappableContainer implementieren -
Verwendungen von IMappableContainer in ch.nolix.core.container.base
Klassen in ch.nolix.core.container.base, die IMappableContainer implementierenModifizierer und TypKlasseBeschreibungclass
Container<E>
final class
AContainerView
can iterate over a part of another container. -
Verwendungen von IMappableContainer in ch.nolix.core.container.containerview
Klassen in ch.nolix.core.container.containerview, die IMappableContainer implementierenModifizierer und TypKlasseBeschreibungfinal class
ArrayView<E>
final class
AContainerView
can read a givenIterable
or array.final class
IterableView<E>
final class
-
Verwendungen von IMappableContainer in ch.nolix.core.container.gapmatrix
Klassen in ch.nolix.core.container.gapmatrix, die IMappableContainer implementieren -
Verwendungen von IMappableContainer in ch.nolix.core.container.immutablelist
Klassen in ch.nolix.core.container.immutablelist, die IMappableContainer implementierenModifizierer und TypKlasseBeschreibungfinal class
AImmutableList
is aContainer
that is not mutable. -
Verwendungen von IMappableContainer in ch.nolix.core.container.linkedlist
Klassen in ch.nolix.core.container.linkedlist, die IMappableContainer implementierenModifizierer 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
Klassen in ch.nolix.core.container.matrix, die IMappableContainer implementierenModifizierer und TypKlasseBeschreibungfinal class
Matrix<E>
final class
MatrixColumn<E>
final class
MatrixRow<E>
-
Verwendungen von IMappableContainer in ch.nolix.core.programstructure.caching
Klassen in ch.nolix.core.programstructure.caching, die IMappableContainer implementieren -
Verwendungen von IMappableContainer in ch.nolix.coreapi.containerapi.baseapi
Unterschnittstellen von IMappableContainer in ch.nolix.coreapi.containerapi.baseapiModifizierer und TypSchnittstelleBeschreibunginterface
IContainer<E>
AIContainer
can store several elements of a certain type. -
Verwendungen von IMappableContainer in ch.nolix.coreapi.containerapi.listapi
Unterschnittstellen von IMappableContainer in ch.nolix.coreapi.containerapi.listapiModifizierer 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
Unterschnittstellen von IMappableContainer in ch.nolix.coreapi.containerapi.matrixapi -
Verwendungen von IMappableContainer in ch.nolix.coreapi.programstructureapi.cachingapi
Unterschnittstellen von IMappableContainer in ch.nolix.coreapi.programstructureapi.cachingapi