Package gov.nih.mipav.model.dicomcomm
Class DICOM_Object.GroupElements
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable
-
- gov.nih.mipav.model.dicomcomm.DICOM_Object.GroupElements
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map
- Enclosing class:
- DICOM_Object
private class DICOM_Object.GroupElements extends java.util.HashtableSimple extension of the Hastable for use a GroupElements object.
-
-
Field Summary
Fields Modifier and Type Field Description intgrpLengthStores length of group.private static longserialVersionUIDUse serialVersionUID for interoperability.
-
Constructor Summary
Constructors Modifier Constructor Description privateGroupElements()
-
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 Detail
-
serialVersionUID
private static final long serialVersionUID
Use serialVersionUID for interoperability.- See Also:
- Constant Field Values
-
grpLength
public int grpLength
Stores length of group.
-
-