|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.ganttproject.document.DocumentsMRU
List of Documents MRU (most recently used)
Constructor Summary | |
DocumentsMRU(int maxSize)
|
Method Summary | |
boolean |
add(Document document)
Adds a Document at the top of the list of Documents MRU. |
boolean |
append(Document document)
Appends a Document to the list of Documents MRU. |
void |
clear()
clears the list of Documents MRU |
java.util.Iterator |
iterator()
returns an Iterator over the entries of the list of Documents MRU |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentsMRU(int maxSize)
Method Detail |
public boolean add(Document document)
document
- the Document that should be added
public boolean append(Document document)
document
- the Document that should be added
public void clear()
public java.util.Iterator iterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |