abstract class NumberFormat extends Format
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumberFormat
- Format
- Cloneable
- Cloneable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
NumberFormat()
- Attributes
- protected
Abstract Value Members
- abstract def format(number: Long, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
- abstract def format(number: Double, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
- abstract def getCurrency(): Currency
- abstract def getMaximumFractionDigits(): Int
- abstract def getMaximumIntegerDigits(): Int
- abstract def getMinimumFractionDigits(): Int
- abstract def getMinimumIntegerDigits(): Int
- abstract def isGroupingUsed(): Boolean
-
abstract
def
parseObject(source: String, pos: ParsePosition): AnyRef
- Definition Classes
- Format
- abstract def setCurrency(currency: Currency): Unit
- abstract def setGroupingUsed(newValue: Boolean): Unit
- abstract def setMaximumFractionDigits(newValue: Int): Unit
- abstract def setMaximumIntegerDigits(newValue: Int): Unit
- abstract def setMinimumFractionDigits(newValue: Int): Unit
- abstract def setMinimumIntegerDigits(newValue: Int): Unit
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- final def format(number: Long): String
- final def format(number: Double): String
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getRoundingMode(): RoundingMode
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isParseIntegerOnly(): Boolean
-
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
parseObject(source: String): AnyRef
- Definition Classes
- Format
- def setParseIntegerOnly(value: Boolean): Unit
- def setRoundingMode(mode: RoundingMode): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()