Class CollectionArrayList

java.lang.Object
org.cristalise.kernel.utils.CastorArrayList<Collection<? extends CollectionMember>>
org.cristalise.kernel.collection.CollectionArrayList

public class CollectionArrayList extends CastorArrayList<Collection<? extends CollectionMember>>
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.
  • Constructor Details

  • Method Details

    • put

      public void put(Collection<? extends CollectionMember> c)
      This put method overwrites any collections with the same name already in the list.