|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.dicom.dictionary.DictionaryElements
public class DictionaryElements
List of DictionaryItem
| Constructor Summary | |
|---|---|
DictionaryElements()
|
|
| Method Summary | |
|---|---|
DictionaryItem |
add(DictionaryItem aElement)
Add a new element |
void |
clear()
remove all elements |
int |
count()
get number of elements |
DictionaryItem |
get(String aKey)
|
Iterator<DictionaryItem> |
getIterator()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DictionaryElements()
| Method Detail |
|---|
public DictionaryItem add(DictionaryItem aElement)
aElement -
public void clear()
public int count()
public DictionaryItem get(String aKey)
public Iterator<DictionaryItem> getIterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||