|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.wcasclient.model.ThesaurusList
Nested Class Summary | |
protected class |
ThesaurusList.ComparatorImpl
|
Field Summary | |
private java.util.ArrayList |
list
|
Constructor Summary | |
ThesaurusList()
Creates a new instance of EntryList |
|
ThesaurusList(int initialSize)
Creates a new CatalogEntryList object with an initial size |
Method Summary | |
void |
addEntry(ThesaurusEntry entry)
adds an thesaurus entry to the list |
ThesaurusEntry[] |
getAll()
returns all base MD_Metadata objects |
ThesaurusEntry[] |
getAllSortedByName()
returns all base MD_Metadata objects sorted by their names |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.ArrayList list
Constructor Detail |
public ThesaurusList()
public ThesaurusList(int initialSize)
initialSize
- Method Detail |
public void addEntry(ThesaurusEntry entry)
entry
- a thesaurus termpublic ThesaurusEntry[] getAll()
public ThesaurusEntry[] getAllSortedByName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |