dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
NumberFormat.format
java
text
NumberFormat
NumberFormat
Undocumented in source. Be warned that the author may not have intended to support it.
String
format
(double number)
StringBuffer
format
(double number, StringBuffer toAppendTo, FieldPosition pos)
String
format
(long number)
class
NumberFormat
String
format
(
long
number
)
StringBuffer
format
(long number, StringBuffer toAppendTo, FieldPosition pos)
StringBuffer
format
(Object number, StringBuffer toAppendTo, FieldPosition pos)
Meta
Source
See Implementation
java
text
NumberFormat
NumberFormat
classes
Field
constructors
this
functions
clone
equals
format
getCurrency
getMaximumFractionDigits
getMaximumIntegerDigits
getMinimumFractionDigits
getMinimumIntegerDigits
hashCode
isGroupingUsed
isParseIntegerOnly
parse
parseObject
setCurrency
setGroupingUsed
setMaximumFractionDigits
setMaximumIntegerDigits
setMinimumFractionDigits
setMinimumIntegerDigits
setParseIntegerOnly
static functions
getAvailableLocales
getCurrencyInstance
getInstance
getIntegerInstance
getNumberInstance
getPercentInstance
static variables
FRACTION_FIELD
INTEGER_FIELD