Verwendungen von Schnittstelle
ch.nolix.coreapi.programstructureapi.builderapi.Copyable
Package
Beschreibung
The
ch.nolix.core.container.arraycontrol
package defines types to
control arrays.The
ch.nolix.core.container.arraylist
package defines a
IArrayList
.The
ch.nolix.core.container.linkedlist
package defines a
IContainer
.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.programstructureapi.builderapi
declares types
for building objects.-
Verwendungen von Copyable in ch.nolix.core.container.arraycontrol
-
Verwendungen von Copyable in ch.nolix.core.container.arraylist
-
Verwendungen von Copyable 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 Copyable in ch.nolix.coreapi.containerapi.baseapi
Modifizierer und TypSchnittstelleBeschreibunginterface
ACopyableIterator
is aIterator
that can be copied. -
Verwendungen von Copyable 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 Copyable in ch.nolix.coreapi.programstructureapi.builderapi