Package com.ibm.icu.text
Class MeasureFormat.MeasureProxy
- java.lang.Object
-
- com.ibm.icu.text.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 Summary
Fields Modifier and Type Field Description private MeasureFormat.FormatWidth
formatWidth
private java.util.HashMap<java.lang.Object,java.lang.Object>
keyValues
private ULocale
locale
private NumberFormat
numberFormat
private static long
serialVersionUID
private int
subClass
-
Constructor Summary
Constructors Constructor Description MeasureProxy()
MeasureProxy(ULocale locale, MeasureFormat.FormatWidth width, NumberFormat numberFormat, int subClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private TimeUnitFormat
createTimeUnitFormat()
void
readExternal(java.io.ObjectInput in)
private java.lang.Object
readResolve()
void
writeExternal(java.io.ObjectOutput out)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
locale
private ULocale locale
-
formatWidth
private MeasureFormat.FormatWidth formatWidth
-
numberFormat
private NumberFormat numberFormat
-
subClass
private int subClass
-
keyValues
private java.util.HashMap<java.lang.Object,java.lang.Object> keyValues
-
-
Constructor Detail
-
MeasureProxy
public MeasureProxy(ULocale locale, MeasureFormat.FormatWidth width, NumberFormat numberFormat, int subClass)
-
MeasureProxy
public MeasureProxy()
-
-
Method Detail
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Specified by:
writeExternal
in interfacejava.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 interfacejava.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
-
-