Package com.ibm.icu.text
Class MeasureFormat.MeasureProxy
java.lang.Object
com.ibm.icu.text.MeasureFormat.MeasureProxy
- All Implemented Interfaces:
Externalizable
,Serializable
- Enclosing class:
- MeasureFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MeasureFormat.FormatWidth
private ULocale
private NumberFormat
private static final long
private int
-
Constructor Summary
ConstructorsConstructorDescriptionMeasureProxy
(ULocale locale, MeasureFormat.FormatWidth width, NumberFormat numberFormat, int subClass) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
locale
-
formatWidth
-
numberFormat
-
subClass
private int subClass -
keyValues
-
-
Constructor Details
-
MeasureProxy
public MeasureProxy(ULocale locale, MeasureFormat.FormatWidth width, NumberFormat numberFormat, int subClass) -
MeasureProxy
public MeasureProxy()
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
createTimeUnitFormat
- Throws:
InvalidObjectException
-
readResolve
- Throws:
ObjectStreamException
-