class DecimalFormat extends NumberFormat
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DecimalFormat
- NumberFormat
- Format
- Cloneable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DecimalFormat()
- new DecimalFormat(pattern: String)
- new DecimalFormat(pattern: String, symbols: DecimalFormatSymbols)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def applyLocalizedPattern(pattern: String): Unit
- def applyPattern(pattern: String): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Definition Classes
- DecimalFormat → AnyRef
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- DecimalFormat → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def format(number: Long, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
- Definition Classes
- DecimalFormat → NumberFormat
- def format(number: Double, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
- Definition Classes
- DecimalFormat → NumberFormat
- final def format(number: Long): String
- Definition Classes
- NumberFormat
- final def format(number: Double): String
- Definition Classes
- NumberFormat
- def format(obj: AnyRef, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
- Definition Classes
- NumberFormat → Format
- def format(obj: AnyRef): String
- Definition Classes
- Format
- def formatToCharacterIterator(obj: AnyRef): AttributedCharacterIterator
- Definition Classes
- Format
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCurrency(): Currency
- Definition Classes
- DecimalFormat → NumberFormat
- def getDecimalFormatSymbols(): DecimalFormatSymbols
- def getExponentNumberAndPower(n: BigDecimal): (BigDecimal, Int)
- def getGroupingSize(): Int
- def getMaximumFractionDigits(): Int
- Definition Classes
- DecimalFormat → NumberFormat
- def getMaximumIntegerDigits(): Int
- Definition Classes
- DecimalFormat → NumberFormat
- def getMinimumFractionDigits(): Int
- Definition Classes
- DecimalFormat → NumberFormat
- def getMinimumIntegerDigits(): Int
- Definition Classes
- DecimalFormat → NumberFormat
- def getMultiplier(): Int
- def getNegativePrefix(): String
- def getNegativeSuffix(): String
- def getPositivePrefix(): String
- def getPositiveSuffix(): String
- def getRoundingMode(): RoundingMode
- Definition Classes
- NumberFormat
- def hashCode(): Int
- Definition Classes
- DecimalFormat → AnyRef → Any
- def isDecimalSeparatorAlwaysShown(): Boolean
- def isGroupingUsed(): Boolean
- Definition Classes
- DecimalFormat → NumberFormat
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isParseBigDecimal(): Boolean
- def isParseIntegerOnly(): Boolean
- Definition Classes
- NumberFormat
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(source: String, parsePosition: ParsePosition): Number
- def parseObject(source: String, pos: ParsePosition): AnyRef
- Definition Classes
- DecimalFormat → Format
- def parseObject(source: String): AnyRef
- Definition Classes
- Format
- def safeGetCurrency(): Option[Currency]
- def setCurrency(currency: Currency): Unit
- Definition Classes
- DecimalFormat → NumberFormat
- def setDecimalFormatSymbols(symbols: DecimalFormatSymbols): Unit
- def setDecimalSeparatorAlwaysShown(newValue: Boolean): Unit
- def setGroupingSize(newValue: Int): Unit
- def setGroupingUsed(newValue: Boolean): Unit
- Definition Classes
- DecimalFormat → NumberFormat
- def setMaximumFractionDigits(newValue: Int): Unit
- Definition Classes
- DecimalFormat → NumberFormat
- def setMaximumIntegerDigits(newValue: Int): Unit
- Definition Classes
- DecimalFormat → NumberFormat
- def setMinimumFractionDigits(newValue: Int): Unit
- Definition Classes
- DecimalFormat → NumberFormat
- def setMinimumIntegerDigits(newValue: Int): Unit
- Definition Classes
- DecimalFormat → NumberFormat
- 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
- Definition Classes
- NumberFormat
- def setPositivePrefix(newValue: String): Unit
- def setPositiveSuffix(newValue: String): Unit
- def setRoundingMode(mode: RoundingMode): Unit
- Definition Classes
- NumberFormat
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocalizedPattern(): String
- def toPattern(): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()