final class _String extends Serializable with Comparable[_String] with CharSequence with Constable with ConstantDesc
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- _String
- ConstantDesc
- Constable
- CharSequence
- Comparable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new _String(sb: StringBuilder)
- new _String(codePoints: Array[Int], offset: Int, count: Int)
- new _String(sb: StringBuffer)
- new _String(string: _String)
- new _String(data: Array[Char])
- new _String(data: Array[Char], start: Int, length: Int)
- new _String(data: Array[scala.Byte])
- new _String(data: Array[scala.Byte], encoding: Charset)
- new _String(data: Array[scala.Byte], encoding: _String)
- new _String(data: Array[scala.Byte], high: Int)
- new _String(data: Array[scala.Byte], start: Int, length: Int)
- new _String(data: Array[scala.Byte], start: Int, length: Int, encoding: _String)
- new _String(data: Array[scala.Byte], start: Int, length: Int, encoding: Charset)
- new _String(data: Array[scala.Byte], high: Int, start: Int, length: Int)
- new _String()
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 def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var cachedHashCode: Int
- Attributes
- protected
- def charAt(index: Int): Char
- Definition Classes
- _String → CharSequence
- def chars(): IntStream
- Definition Classes
- CharSequence
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def codePointAt(index: Int): Int
- def codePointBefore(index: Int): Int
- def codePointCount(beginIndex: Int, endIndex: Int): Int
- def codePoints(): IntStream
- Definition Classes
- CharSequence
- def compareTo(string: _String): Int
- Definition Classes
- _String → Comparable
- def compareToIgnoreCase(string: _String): Int
- def concat(string: _String): _String
- def contains(cs: CharSequence): scala.Boolean
- def contentEquals(cs: CharSequence): scala.Boolean
- def contentEquals(sb: StringBuffer): scala.Boolean
- var count: Int
- Attributes
- protected
- def endsWith(suffix: _String): scala.Boolean
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): scala.Boolean
- Definition Classes
- _String → AnyRef → Any
- def equalsIgnoreCase(string: _String): scala.Boolean
- def fastSplit(ch: Char, max: Int): Array[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getBytes(encoding: Charset): Array[scala.Byte]
- def getBytes(encoding: _String): Array[scala.Byte]
- def getBytes(): Array[scala.Byte]
- def getChars(start: Int, end: Int, buffer: Array[Char], index: Int): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- _String → AnyRef → Any
- def indent(n: Int): String
- def indexOf(subString: _String, _start: Int): Int
- def indexOf(string: _String): Int
- def indexOf(c: Int): Int
- def indexOf(c: Int, _start: Int): Int
- def intern(): _String
- def isBlank(): scala.Boolean
- def isEmpty(): scala.Boolean
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def lastIndexOf(subString: _String, _start: Int): Int
- def lastIndexOf(string: String): Int
- def lastIndexOf(c: Int, _start: Int): Int
- def lastIndexOf(c: Int): Int
- def length(): Int
- Definition Classes
- _String → CharSequence
- def matches(expr: _String): scala.Boolean
- 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()
- var offset: Int
- Attributes
- protected
- def offsetByCodePoints(index: Int, codePointOffset: Int): Int
- def regionMatches(ignoreCase: scala.Boolean, _thisStart: Int, string: _String, _start: Int, length: Int): scala.Boolean
- def regionMatches(thisStart: Int, string: _String, start: Int, length: Int): scala.Boolean
- def repeat(count: Int): String
- def replace(target: CharSequence, replacement: CharSequence): _String
- def replace(oldChar: Char, newChar: Char): _String
- def replaceAll(expr: _String, substitute: _String): _String
- def replaceFirst(expr: _String, substitute: _String): _String
- def split(expr: _String, max: Int): Array[String]
- def split(expr: _String): Array[String]
- def startsWith(prefix: _String): scala.Boolean
- def startsWith(prefix: _String, start: Int): scala.Boolean
- def strip(): String
- def stripIndent(): String
- def stripLeading(): String
- def stripTrailing(): String
- def subSequence(start: Int, end: Int): CharSequence
- Definition Classes
- _String → CharSequence
- def substring(start: Int, end: Int): _String
- def substring(start: Int): _String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toCharArray(): Array[Char]
- def toLowerCase(): _String
- def toLowerCase(locale: Locale): String
- def toString(): String
- Definition Classes
- _String → CharSequence → AnyRef → Any
- def toUpperCase(): _String
- def toUpperCase(locale: Locale): String
- def transform[R](f: Function[String, R]): R
- def translateEscapes(): String
- def trim(): _String
- var value: Array[Char]
- Attributes
- protected
- 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()