org.dicom4j.dicom.dictionary
Class DictionaryElements

java.lang.Object
  extended by org.dicom4j.dicom.dictionary.DictionaryElements

public class DictionaryElements
extends Object

List of DictionaryItem

Since:
0.0.0
Author:
Laurent Lecomte

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

DictionaryElements

public DictionaryElements()
Method Detail

add

public DictionaryItem add(DictionaryItem aElement)
Add a new element

Parameters:
aElement -
Returns:

clear

public void clear()
remove all elements


count

public int count()
get number of elements


get

public DictionaryItem get(String aKey)

getIterator

public Iterator<DictionaryItem> getIterator()


Copyright © 2009 dicom4j. All Rights Reserved.