java.lang.Object
java.text.Format
java.text.NumberFormat
java.text.ChoiceFormat
- All Implemented Interfaces:
- Serializable, Cloneable
- See Also:
- Top Examples, Source Code,
DecimalFormat
,
MessageFormat
public void applyPattern(String newPattern)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ChoiceFormat(double[] limits,
String[] formats)
- See Also:
setChoices(double[], java.lang.String[])
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ChoiceFormat(String newPattern)
- See Also:
applyPattern(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object clone()
- See Also:
Cloneable
, NumberFormat
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object obj)
- See Also:
Hashtable
, Object.hashCode()
, NumberFormat
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public StringBuffer format(double number,
StringBuffer toAppendTo,
FieldPosition status)
- See Also:
Format.format(java.lang.Object)
, NumberFormat
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public StringBuffer format(long number,
StringBuffer toAppendTo,
FieldPosition status)
- See Also:
Format.format(java.lang.Object)
, NumberFormat
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object[] getFormats()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public double[] getLimits()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
, NumberFormat
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final double nextDouble(double d)
- See Also:
previousDouble(double)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static double nextDouble(double d,
boolean positive)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Number parse(String text,
ParsePosition status)
- See Also:
Format.parseObject(java.lang.String, java.text.ParsePosition)
, NumberFormat.isParseIntegerOnly()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final double previousDouble(double d)
- See Also:
nextDouble(double)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setChoices(double[] limits,
String[] formats)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toPattern()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples