Package gov.nih.mipav.model.dicomcomm
Class DICOM_Object.GroupElements
java.lang.Object
java.util.Dictionary
java.util.Hashtable
gov.nih.mipav.model.dicomcomm.DICOM_Object.GroupElements
- All Implemented Interfaces:
Serializable,Cloneable,Map
- Enclosing class:
DICOM_Object
Simple extension of the Hastable for use a GroupElements object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintStores length of group.private static final longUse serialVersionUID for interoperability. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDUse serialVersionUID for interoperability.- See Also:
-
grpLength
public int grpLengthStores length of group.
-
-
Constructor Details
-
GroupElements
private GroupElements()
-