object Character extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Character
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final val BYTES: Int(2)
- def COMBINING_SPACING_MARK: scala.Byte
- Annotations
- @inline()
- def CONNECTOR_PUNCTUATION: scala.Byte
- Annotations
- @inline()
- def CONTROL: scala.Byte
- Annotations
- @inline()
- def CURRENCY_SYMBOL: scala.Byte
- Annotations
- @inline()
- def DASH_PUNCTUATION: scala.Byte
- Annotations
- @inline()
- def DECIMAL_DIGIT_NUMBER: scala.Byte
- Annotations
- @inline()
- def ENCLOSING_MARK: scala.Byte
- Annotations
- @inline()
- def END_PUNCTUATION: scala.Byte
- Annotations
- @inline()
- def FINAL_QUOTE_PUNCTUATION: scala.Byte
- Annotations
- @inline()
- def FORMAT: scala.Byte
- Annotations
- @inline()
- def INITIAL_QUOTE_PUNCTUATION: scala.Byte
- Annotations
- @inline()
- def LETTER_NUMBER: scala.Byte
- Annotations
- @inline()
- def LINE_SEPARATOR: scala.Byte
- Annotations
- @inline()
- def LOWERCASE_LETTER: scala.Byte
- Annotations
- @inline()
- def MATH_SYMBOL: scala.Byte
- Annotations
- @inline()
- final val MAX_CODE_POINT: Int(1114111)
- def MAX_HIGH_SURROGATE: Char
- Annotations
- @inline()
- def MAX_LOW_SURROGATE: Char
- Annotations
- @inline()
- final val MAX_RADIX: Int(36)
- def MAX_SURROGATE: Char
- Annotations
- @inline()
- final val MAX_VALUE: Char('')
- final val MIN_CODE_POINT: Int(0)
- def MIN_HIGH_SURROGATE: Char
- Annotations
- @inline()
- def MIN_LOW_SURROGATE: Char
- Annotations
- @inline()
- final val MIN_RADIX: Int(2)
- final val MIN_SUPPLEMENTARY_CODE_POINT: Int(65536)
- def MIN_SURROGATE: Char
- Annotations
- @inline()
- final val MIN_VALUE: Char('\u0000')
- def MODIFIER_LETTER: scala.Byte
- Annotations
- @inline()
- def MODIFIER_SYMBOL: scala.Byte
- Annotations
- @inline()
- def NON_SPACING_MARK: scala.Byte
- Annotations
- @inline()
- def OTHER_LETTER: scala.Byte
- Annotations
- @inline()
- def OTHER_NUMBER: scala.Byte
- Annotations
- @inline()
- def OTHER_PUNCTUATION: scala.Byte
- Annotations
- @inline()
- def OTHER_SYMBOL: scala.Byte
- Annotations
- @inline()
- def PARAGRAPH_SEPARATOR: scala.Byte
- Annotations
- @inline()
- def PRIVATE_USE: scala.Byte
- Annotations
- @inline()
- final val SIZE: Int(16)
- def SPACE_SEPARATOR: scala.Byte
- Annotations
- @inline()
- def START_PUNCTUATION: scala.Byte
- Annotations
- @inline()
- def SURROGATE: scala.Byte
- Annotations
- @inline()
- def TITLECASE_LETTER: scala.Byte
- Annotations
- @inline()
- final val TYPE: Class[scala.scalanative.runtime.PrimitiveChar](classOf[scala.scalanative.runtime.PrimitiveChar])
- def UNASSIGNED: scala.Byte
- Annotations
- @inline()
- def UPPERCASE_LETTER: scala.Byte
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def charCount(codePoint: Int): Int
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def codePointAt(seq: CharSequence, index: Int): Int
- def codePointAt(seq: Array[Char], index: Int, limit: Int): Int
- def codePointAt(seq: Array[Char], _index: Int): Int
- def codePointBefore(seq: CharSequence, index: Int): Int
- def codePointBefore(seq: Array[Char], index: Int, limit: Int): Int
- def codePointBefore(seq: Array[Char], index: Int): Int
- def codePointCount(seq: Array[Char], offset: Int, count: Int): Int
- def compare(x: Char, y: Char): Int
- Annotations
- @inline()
- def digit(codePoint: Int, radix: Int): Int
- Annotations
- @inline()
- def digit(ch: Char, radix: Int): Int
- Annotations
- @inline()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forDigit(digit: Int, radix: Int): Char
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getType(codePoint: Int): Int
- def getType(ch: Char): Int
- def hashCode(value: Char): Int
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def highSurrogate(codePoint: Int): Char
- Annotations
- @inline()
- def isAlphabetic(codePoint: Int): scala.Boolean
- def isBmpCodePoint(codePoint: Int): scala.Boolean
- Annotations
- @inline()
- def isDefined(c: Int): scala.Boolean
- def isDefined(c: Char): scala.Boolean
- def isDigit(cp: Int): scala.Boolean
- def isDigit(c: Char): scala.Boolean
- def isHighSurrogate(c: Char): scala.Boolean
- Annotations
- @inline()
- def isISOControl(codePoint: Int): scala.Boolean
- def isISOControl(c: Char): scala.Boolean
- def isIdentifierIgnorable(codePoint: Int): scala.Boolean
- def isIdentifierIgnorable(c: Char): scala.Boolean
- def isIdeographic(c: Int): scala.Boolean
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isJavaIdentifierPart(codePoint: Int): scala.Boolean
- def isJavaIdentifierPart(ch: Char): scala.Boolean
- def isJavaIdentifierStart(codePoint: Int): scala.Boolean
- def isJavaIdentifierStart(ch: Char): scala.Boolean
- def isJavaLetter(ch: Char): scala.Boolean
- def isJavaLetterOrDigit(ch: Char): scala.Boolean
- def isLetter(cp: Int): scala.Boolean
- def isLetter(c: Char): scala.Boolean
- def isLetterOrDigit(cp: Int): scala.Boolean
- def isLetterOrDigit(c: Char): scala.Boolean
- def isLowSurrogate(c: Char): scala.Boolean
- Annotations
- @inline()
- def isLowerCase(c: Int): scala.Boolean
- def isLowerCase(c: Char): scala.Boolean
- def isMirrored(codePoint: Int): scala.Boolean
- def isMirrored(c: Char): scala.Boolean
- def isSpaceChar(codePoint: Int): scala.Boolean
- def isSpaceChar(ch: Char): scala.Boolean
- def isSupplementaryCodePoint(codePoint: Int): scala.Boolean
- Annotations
- @inline()
- def isSurrogate(ch: Char): scala.Boolean
- Annotations
- @inline()
- def isSurrogatePair(high: Char, low: Char): scala.Boolean
- Annotations
- @inline()
- def isTitleCase(cp: Int): scala.Boolean
- def isTitleCase(c: Char): scala.Boolean
- def isUnicodeIdentifierPart(codePoint: Int): scala.Boolean
- def isUnicodeIdentifierPart(ch: Char): scala.Boolean
- def isUnicodeIdentifierPartImpl(codePoint: Int, tpe: Int): scala.Boolean
- def isUnicodeIdentifierStart(codePoint: Int): scala.Boolean
- def isUnicodeIdentifierStart(ch: Char): scala.Boolean
- def isUpperCase(c: Int): scala.Boolean
- def isUpperCase(c: Char): scala.Boolean
- def isValidCodePoint(codePoint: Int): scala.Boolean
- Annotations
- @inline()
- def isWhitespace(codePoint: Int): scala.Boolean
- def isWhitespace(c: Char): scala.Boolean
- def lowSurrogate(codePoint: Int): Char
- Annotations
- @inline()
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def offsetByCodePoints(seq: Array[Char], start: Int, count: Int, index: Int, codePointOffset: Int): Int
- def reverseBytes(ch: Char): Char
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toChars(codePoint: Int, dst: Array[Char], dstIndex: Int): Int
- def toChars(codePoint: Int): Array[Char]
- def toCodePoint(high: Char, low: Char): Int
- Annotations
- @inline()
- def toLowerCase(codePoint: Int): Int
- def toLowerCase(c: Char): Char
- def toString(codePoint: Int): String
- Annotations
- @inline()
- def toString(c: Char): String
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toUpperCase(codePoint: Int): Int
- def toUpperCase(c: Char): Char
- def valueOf(charValue: Char): Character
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object UnicodeBlock
Deprecated Value Members
- def isSpace(c: Char): scala.Boolean
- Annotations
- @deprecated
- Deprecated
(Since version ) Replaced by isWhitespace(char)