class
DecimalFormat extends NumberFormat
Instance Constructors
-
new
DecimalFormat()
-
new
DecimalFormat(pattern: String)
-
new
DecimalFormat(pattern: String, symbols: DecimalFormatSymbols)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
applyLocalizedPattern(pattern: String): Unit
-
def
applyPattern(pattern: String): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(obj: Any): Boolean
-
def
finalize(): Unit
-
def
format(number: Long, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
-
def
format(number: Double, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
-
final
def
format(number: Long): String
-
final
def
format(number: Double): String
-
def
format(obj: AnyRef, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
-
def
format(obj: AnyRef): String
-
-
final
def
getClass(): Class[_]
-
def
getCurrency(): Currency
-
-
def
getExponentNumberAndPower(n: BigDecimal): (BigDecimal, Int)
-
def
getGroupingSize(): Int
-
def
getMaximumFractionDigits(): Int
-
def
getMaximumIntegerDigits(): Int
-
def
getMinimumFractionDigits(): Int
-
def
getMinimumIntegerDigits(): Int
-
def
getMultiplier(): Int
-
def
getNegativePrefix(): String
-
def
getNegativeSuffix(): String
-
def
getPositivePrefix(): String
-
def
getPositiveSuffix(): String
-
def
getRoundingMode(): RoundingMode
-
def
hashCode(): Int
-
def
isDecimalSeparatorAlwaysShown(): Boolean
-
def
isGroupingUsed(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isParseBigDecimal(): Boolean
-
def
isParseIntegerOnly(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parse(source: String, parsePosition: ParsePosition): Number
-
def
parseObject(source: String, pos: ParsePosition): AnyRef
-
def
parseObject(source: String): AnyRef
-
def
safeGetCurrency(): Option[Currency]
-
def
setCurrency(currency: Currency): Unit
-
def
setDecimalFormatSymbols(symbols: DecimalFormatSymbols): Unit
-
def
setDecimalSeparatorAlwaysShown(newValue: Boolean): Unit
-
def
setGroupingSize(newValue: Int): Unit
-
def
setGroupingUsed(newValue: Boolean): Unit
-
def
setMaximumFractionDigits(newValue: Int): Unit
-
def
setMaximumIntegerDigits(newValue: Int): Unit
-
def
setMinimumFractionDigits(newValue: Int): Unit
-
def
setMinimumIntegerDigits(newValue: Int): Unit
-
def
setMultiplier(newValue: Int): Unit
-
def
setNegativePrefix(newValue: String): Unit
-
def
setNegativeSuffix(newValue: String): Unit
-
def
setParseBigDecimal(newValue: Boolean): Unit
-
def
setParseIntegerOnly(value: Boolean): Unit
-
def
setPositivePrefix(newValue: String): Unit
-
def
setPositiveSuffix(newValue: String): Unit
-
def
setRoundingMode(mode: RoundingMode): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toLocalizedPattern(): String
-
def
toPattern(): String
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Cloneable
Inherited from Cloneable
Inherited from AnyRef
Inherited from Any