Verwendungen von Schnittstelle
ch.nolix.coreapi.containerapi.commoncontainerapi.ICountingContainer
Packages, die ICountingContainer verwenden
Package
Beschreibung
-
Verwendungen von ICountingContainer in ch.nolix.core.container.arraylist
Klassen in ch.nolix.core.container.arraylist, die ICountingContainer implementierenMethoden in ch.nolix.core.container.arraylist mit Parametern vom Typ ICountingContainerModifizierer und TypMethodeBeschreibungstatic <E2> ArrayList
<E2> ArrayList.withInitialCapacityFromSizeOfContainer
(ICountingContainer<?> container) The time complexity of this implementation is O(1). -
Verwendungen von ICountingContainer in ch.nolix.core.container.base
Klassen in ch.nolix.core.container.base, die ICountingContainer implementierenModifizierer und TypKlasseBeschreibungclass
Container<E>
final class
AContainerView
can iterate over a part of another container. -
Verwendungen von ICountingContainer in ch.nolix.core.container.cachingcontainer
Klassen in ch.nolix.core.container.cachingcontainer, die ICountingContainer implementieren -
Verwendungen von ICountingContainer in ch.nolix.core.container.containerview
Klassen in ch.nolix.core.container.containerview, die ICountingContainer implementierenModifizierer und TypKlasseBeschreibungfinal class
ArrayView<E>
final class
AContainerView
can read a givenIterable
or array.final class
final class
IterableView<E>
final class
-
Verwendungen von ICountingContainer in ch.nolix.core.container.immutablelist
Klassen in ch.nolix.core.container.immutablelist, die ICountingContainer implementierenModifizierer und TypKlasseBeschreibungfinal class
AImmutableList
is aContainer
that is not mutable. -
Verwendungen von ICountingContainer in ch.nolix.core.container.linkedlist
Klassen in ch.nolix.core.container.linkedlist, die ICountingContainer implementierenModifizierer und TypKlasseBeschreibungfinal class
LinkedList<E>
ALinkedList
is aContainer
that can add elements at the begin or end. -
Verwendungen von ICountingContainer in ch.nolix.core.container.matrix
Klassen in ch.nolix.core.container.matrix, die ICountingContainer implementierenModifizierer und TypKlasseBeschreibungfinal class
Matrix<E>
final class
MatrixColumn<E>
final class
MatrixRow<E>
-
Verwendungen von ICountingContainer in ch.nolix.core.sql.model
Klassen in ch.nolix.core.sql.model, die ICountingContainer implementieren -
Verwendungen von ICountingContainer in ch.nolix.coreapi.containerapi.baseapi
Unterschnittstellen von ICountingContainer in ch.nolix.coreapi.containerapi.baseapiModifizierer und TypSchnittstelleBeschreibunginterface
IContainer<E>
AIContainer
can store several elements of a certain type. -
Verwendungen von ICountingContainer in ch.nolix.coreapi.containerapi.cachingcontainerapi
Unterschnittstellen von ICountingContainer in ch.nolix.coreapi.containerapi.cachingcontainerapi -
Verwendungen von ICountingContainer in ch.nolix.coreapi.containerapi.listapi
Unterschnittstellen von ICountingContainer 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 ICountingContainer in ch.nolix.coreapi.containerapi.matrixapi
Unterschnittstellen von ICountingContainer in ch.nolix.coreapi.containerapi.matrixapi -
Verwendungen von ICountingContainer in ch.nolix.coreapi.sqlapi.modelapi
Unterschnittstellen von ICountingContainer in ch.nolix.coreapi.sqlapi.modelapi