Class/Object

java.text

NumberFormat

Related Docs: object NumberFormat | package text

Permalink

abstract class NumberFormat extends Format

Linear Supertypes
Format, Cloneable, Cloneable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumberFormat
  2. Format
  3. Cloneable
  4. Cloneable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumberFormat()

    Permalink
    Attributes
    protected

Abstract Value Members

  1. abstract def format(number: Long, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer

    Permalink
  2. abstract def format(number: Double, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer

    Permalink
  3. abstract def getCurrency(): Currency

    Permalink
  4. abstract def getMaximumFractionDigits(): Int

    Permalink
  5. abstract def getMaximumIntegerDigits(): Int

    Permalink
  6. abstract def getMinimumFractionDigits(): Int

    Permalink
  7. abstract def getMinimumIntegerDigits(): Int

    Permalink
  8. abstract def isGroupingUsed(): Boolean

    Permalink
  9. abstract def parseObject(source: String, pos: ParsePosition): AnyRef

    Permalink
    Definition Classes
    Format
  10. abstract def setCurrency(currency: Currency): Unit

    Permalink
  11. abstract def setGroupingUsed(newValue: Boolean): Unit

    Permalink
  12. abstract def setMaximumFractionDigits(newValue: Int): Unit

    Permalink
  13. abstract def setMaximumIntegerDigits(newValue: Int): Unit

    Permalink
  14. abstract def setMinimumFractionDigits(newValue: Int): Unit

    Permalink
  15. abstract def setMinimumIntegerDigits(newValue: Int): Unit

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def format(number: Long): String

    Permalink
  10. final def format(number: Double): String

    Permalink
  11. def format(obj: AnyRef, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer

    Permalink
    Definition Classes
    NumberFormatFormat
  12. def format(obj: AnyRef): String

    Permalink
    Definition Classes
    Format
  13. def formatToCharacterIterator(obj: AnyRef): AttributedCharacterIterator

    Permalink
    Definition Classes
    Format
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getRoundingMode(): RoundingMode

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isParseIntegerOnly(): Boolean

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def parseObject(source: String): AnyRef

    Permalink
    Definition Classes
    Format
  23. def setParseIntegerOnly(value: Boolean): Unit

    Permalink
  24. def setRoundingMode(mode: RoundingMode): Unit

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Format

Inherited from Cloneable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped