final class DecimalStyle extends AnyRef
- Alphabetic
- By Inheritance
- DecimalStyle
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val decimalSeparator: Char
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- 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
- 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
- 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
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negativeSign: Char
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val positiveSign: Char
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- 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()
- 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
- 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
- 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
- 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
- val zeroDigit: Char