public class WGContentList extends java.util.Vector<WGContent>
Constructor and Description |
---|
WGContentList()
Constructor for empty list.
|
Modifier and Type | Method and Description |
---|---|
WGContentList |
cloneContentList()
Creates a content list clone.
|
static WGContentList |
create()
Creates an empty content list.
|
static WGContentList |
create(java.util.Collection<WGContent> col)
Creates a content list object based on a given collection of content objects.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
public static WGContentList create(java.util.Collection<WGContent> col)
col
- Collection of content objectspublic static WGContentList create()
public WGContentList cloneContentList()