Class/Object

java.time.format

DecimalStyle

Related Docs: object DecimalStyle | package format

Permalink

final class DecimalStyle extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecimalStyle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val decimalSeparator: Char

    Permalink

    the character to use for the decimal point

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

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

    Permalink

    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
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getDecimalSeparator: Char

    Permalink

    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

  12. def getNegativeSign: Char

    Permalink

    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

  13. def getPositiveSign: Char

    Permalink

    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

  14. def getZeroDigit: Char

    Permalink

    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

  15. def hashCode(): Int

    Permalink

    A hash code for these symbols.

    A hash code for these symbols.

    returns

    a suitable hash code

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

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

    Permalink
    Definition Classes
    AnyRef
  18. val negativeSign: Char

    Permalink

    the character to use for the negative sign

  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. val positiveSign: Char

    Permalink

    the character to use for the positive sign

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

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

    Permalink

    Returns a string describing these symbols.

    Returns a string describing these symbols.

    returns

    a string description, not null

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

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

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

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

    Permalink

    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

  28. def withNegativeSign(negativeSign: Char): DecimalStyle

    Permalink

    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

  29. def withPositiveSign(positiveSign: Char): DecimalStyle

    Permalink

    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

  30. def withZeroDigit(zeroDigit: Char): DecimalStyle

    Permalink

    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

  31. val zeroDigit: Char

    Permalink

    the character to use for the digit of zero

Inherited from AnyRef

Inherited from Any

Ungrouped