org.threeten.bp.format

DecimalStyle

final class DecimalStyle extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DecimalStyle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val decimalSeparator: Char

    the character to use for the decimal point

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean

    Checks if these symbols equal another set of symbols.

    Checks if these symbols equal another set of symbols.

    obj

    the object to check, null returns false

    returns

    true if this is equal to the other date

    Definition Classes
    DecimalStyle → AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getDecimalSeparator: Char

    Gets the character that represents the decimal point.

    Gets the character that represents the decimal point.

    The character used to represent a decimal point may vary by culture. This method specifies the character to use.

    returns

    the character for the decimal point

  14. def getNegativeSign: Char

    Gets the character that represents the negative sign.

    Gets the character that represents the negative sign.

    The character used to represent a negative number may vary by culture. This method specifies the character to use.

    returns

    the character for the negative sign

  15. def getPositiveSign: Char

    Gets the character that represents the positive sign.

    Gets the character that represents the positive sign.

    The character used to represent a positive number may vary by culture. This method specifies the character to use.

    returns

    the character for the positive sign

  16. def getZeroDigit: Char

    Gets the character that represents zero.

    Gets the character that represents zero.

    The character used to represent digits may vary by culture. This method specifies the zero character to use, which implies the characters for one to nine.

    returns

    the character for zero

  17. def hashCode(): Int

    A hash code for these symbols.

    A hash code for these symbols.

    returns

    a suitable hash code

    Definition Classes
    DecimalStyle → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. val negativeSign: Char

    the character to use for the negative sign

  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. val positiveSign: Char

    the character to use for the positive sign

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

    Definition Classes
    AnyRef
  25. def toString(): String

    Returns a string describing these symbols.

    Returns a string describing these symbols.

    returns

    a string description, not null

    Definition Classes
    DecimalStyle → AnyRef → Any
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withDecimalSeparator(decimalSeparator: Char): DecimalStyle

    Returns a copy of the info with a new character that represents the decimal point.

    Returns a copy of the info with a new character that represents the decimal point.

    The character used to represent a decimal point may vary by culture. This method specifies the character to use.

    decimalSeparator

    the character for the decimal point

    returns

    a copy with a new character that represents the decimal point, not null

  30. def withNegativeSign(negativeSign: Char): DecimalStyle

    Returns a copy of the info with a new character that represents the negative sign.

    Returns a copy of the info with a new character that represents the negative sign.

    The character used to represent a negative number may vary by culture. This method specifies the character to use.

    negativeSign

    the character for the negative sign

    returns

    a copy with a new character that represents the negative sign, not null

  31. def withPositiveSign(positiveSign: Char): DecimalStyle

    Returns a copy of the info with a new character that represents the positive sign.

    Returns a copy of the info with a new character that represents the positive sign.

    The character used to represent a positive number may vary by culture. This method specifies the character to use.

    positiveSign

    the character for the positive sign

    returns

    a copy with a new character that represents the positive sign, not null

  32. def withZeroDigit(zeroDigit: Char): DecimalStyle

    Returns a copy of the info with a new character that represents zero.

    Returns a copy of the info with a new character that represents zero.

    The character used to represent digits may vary by culture. This method specifies the zero character to use, which implies the characters for one to nine.

    zeroDigit

    the character for zero

    returns

    a copy with a new character that represents zero, not null

  33. val zeroDigit: Char

    the character to use for the digit of zero

Inherited from AnyRef

Inherited from Any

Ungrouped