Method Summary |
|
public void | add(Document document) Adds a document to this set. |
public void | addAll(DocumentSet set) Adds a document set to this set. |
public void | clear() Removes all documents. |
public boolean | contains(Document document) Parameters: document - The document. |
public Document[] | getDocuments() Returns the documents contained in this set. |
protected List | getList() Returns the list object that stores the documents. |
public boolean | isEmpty() Checks if this set is empty. |
public void | remove(Document resource) Removes a document. |
public void | removeAll(DocumentSet set) Removes all documents in a set from this set. |
public void | reverse() Reverses the document order. |
public void | visit(DocumentVisitor visitor) Visits the set. |