Statements (48)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:class
|
gptkbp:author |
gptkb:Sun_Microsystems
|
gptkbp:builtBy |
DecimalFormat()
DecimalFormat(String pattern) DecimalFormat(String pattern, DecimalFormatSymbols symbols) |
gptkbp:canBeParsedBy |
String to Number
|
gptkbp:defaultPattern |
#,##0.###
|
gptkbp:documentation |
https://docs.oracle.com/javase/8/docs/api/java/text/DecimalFormat.html
|
gptkbp:extendsTo |
gptkb:NumberFormat
|
gptkbp:heldBy |
final class
|
https://www.w3.org/2000/01/rdf-schema#label |
DecimalFormat
|
gptkbp:implementedIn |
gptkb:Cloneable
Serializable java.text.Format |
gptkbp:introducedIn |
gptkb:JDK_1.1
|
gptkbp:method |
format()
parse() applyPattern() setDecimalSeparatorAlwaysShown() setGroupingUsed() setMaximumFractionDigits() setMinimumFractionDigits() toPattern() |
gptkbp:partOf |
gptkb:java.text_package
|
gptkbp:serialization |
true
|
gptkbp:supports |
localization
scientific notation padding currency formatting customizable patterns custom decimal separator custom grouping separator exponent symbol grouping separators minimum and maximum fraction digits minimum and maximum integer digits parsing strings to numbers percent formatting prefix and suffix rounding modes |
gptkbp:supportsFormat |
double
long BigDecimal BigInteger |
gptkbp:threadSafe |
false
|
gptkbp:usedFor |
formatting decimal numbers
|
gptkbp:bfsParent |
gptkb:NumberFormat
|
gptkbp:bfsLayer |
7
|