Class 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.Hashtable
    Simple extension of the Hastable for use a GroupElements object.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int grpLength
      Stores length of group.
      private static long serialVersionUID
      Use serialVersionUID for interoperability.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GroupElements()  
    • 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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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.
    • Constructor Detail

      • GroupElements

        private GroupElements()