Class ContentList

All Implemented Interfaces:
Replicable<ContentList>, Serializable, Cloneable, Iterable<ActionList>, Collection<ActionList>, List<ActionList>, RandomAccess

public class ContentList extends ArrayList<ActionList> implements Replicable<ContentList>
The set of Content is called Contents or ContentList.

Created: 2008. 03. 22 PM 5:47:57

See Also:
  • Constructor Details

    • ContentList

      public ContentList(boolean explicit)
    • ContentList

      protected ContentList(ContentList contentList)
  • Method Details