Class MeasureFormat.MeasureProxy

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable
    Enclosing class:
    MeasureFormat

    static class MeasureFormat.MeasureProxy
    extends java.lang.Object
    implements java.io.Externalizable
    • Field Detail

      • subClass

        private int subClass
      • keyValues

        private java.util.HashMap<java.lang.Object,​java.lang.Object> keyValues
    • Method Detail

      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • createTimeUnitFormat

        private TimeUnitFormat createTimeUnitFormat()
                                             throws java.io.InvalidObjectException
        Throws:
        java.io.InvalidObjectException
      • readResolve

        private java.lang.Object readResolve()
                                      throws java.io.ObjectStreamException
        Throws:
        java.io.ObjectStreamException