Package org.cristalise.kernel.collection
Class CollectionArrayList
java.lang.Object
org.cristalise.kernel.utils.CastorArrayList<Collection<? extends CollectionMember>>
org.cristalise.kernel.collection.CollectionArrayList
A bundle of Collections. Used for storage and export/import using XML
persistency via Castor, and to set up an Item's initial collections during
initialization.
-
Field Summary
Fields inherited from class org.cristalise.kernel.utils.CastorArrayList
list -
Constructor Summary
ConstructorsConstructorDescriptionCollectionArrayList(ArrayList<Collection<? extends CollectionMember>> aList) -
Method Summary
Modifier and TypeMethodDescriptionvoidput(Collection<? extends CollectionMember> c) This put method overwrites any collections with the same name already in the list.Methods inherited from class org.cristalise.kernel.utils.CastorArrayList
equals, hashCode
-
Constructor Details
-
CollectionArrayList
public CollectionArrayList() -
CollectionArrayList
-
-
Method Details
-
put
This put method overwrites any collections with the same name already in the list.
-