Uses of Interface
de.uni_trier.wi2.procake.data.model.base.CollectionClass
Package
Description
Provides interfaces of all data classes and of the data model.
-
Uses of CollectionClass in de.uni_trier.wi2.procake.data.model
-
Uses of CollectionClass in de.uni_trier.wi2.procake.data.model.base
Modifier and TypeInterfaceDescriptioninterface
AListClass
is aCollectionClass
where it is possible to specify the order of the elements in theListObject
.interface
ASetClass
is aCollectionClass
where it is NOT possible to specify the order of the elements in theSetObject
. -
Uses of CollectionClass in de.uni_trier.wi2.procake.data.model.base.impl
Modifier and TypeClassDescriptionclass
Implementation ofCollectionClass
.class
ListClassImpl class.class
SetClassImpl class. -
Uses of CollectionClass in de.uni_trier.wi2.procake.data.model.impl
-
Uses of CollectionClass in de.uni_trier.wi2.procake.data.object.base
-
Uses of CollectionClass in de.uni_trier.wi2.procake.data.object.base.impl
-
Uses of CollectionClass in de.uni_trier.wi2.procake.similarity.base.collection.impl
Modifier and TypeMethodDescriptionprotected CollectionClass
SMCollectionImpl.getCollectionClass()