Package org.cristalise.kernel.collection
Class CollectionMemberList<E extends CollectionMember>
java.lang.Object
org.cristalise.kernel.utils.CastorArrayList<E>
org.cristalise.kernel.collection.CollectionMemberList<E>
- Type Parameters:
E- The CollectionMember implementation stored.
A list of CollectionMembers, used internally in the Collection for XML marshalling convenience.
-
Field Summary
Fields inherited from class org.cristalise.kernel.utils.CastorArrayList
list -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cristalise.kernel.utils.CastorArrayList
equals, hashCode
-
Constructor Details
-
CollectionMemberList
public CollectionMemberList()
-