Packages

final class _String extends Serializable with Comparable[_String] with CharSequence with Constable with ConstantDesc

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. _String
  2. ConstantDesc
  3. Constable
  4. CharSequence
  5. Comparable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new _String(sb: StringBuilder)
  2. new _String(codePoints: Array[Int], offset: Int, count: Int)
  3. new _String(sb: StringBuffer)
  4. new _String(string: _String)
  5. new _String(data: Array[Char])
  6. new _String(data: Array[Char], start: Int, length: Int)
  7. new _String(data: Array[scala.Byte])
  8. new _String(data: Array[scala.Byte], encoding: Charset)
  9. new _String(data: Array[scala.Byte], encoding: _String)
  10. new _String(data: Array[scala.Byte], high: Int)
  11. new _String(data: Array[scala.Byte], start: Int, length: Int)
  12. new _String(data: Array[scala.Byte], start: Int, length: Int, encoding: _String)
  13. new _String(data: Array[scala.Byte], start: Int, length: Int, encoding: Charset)
  14. new _String(data: Array[scala.Byte], high: Int, start: Int, length: Int)
  15. new _String()

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var cachedHashCode: Int
    Attributes
    protected
  6. def charAt(index: Int): Char
    Definition Classes
    _StringCharSequence
  7. def chars(): IntStream
    Definition Classes
    CharSequence
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def codePointAt(index: Int): Int
  10. def codePointBefore(index: Int): Int
  11. def codePointCount(beginIndex: Int, endIndex: Int): Int
  12. def codePoints(): IntStream
    Definition Classes
    CharSequence
  13. def compareTo(string: _String): Int
    Definition Classes
    _String → Comparable
  14. def compareToIgnoreCase(string: _String): Int
  15. def concat(string: _String): _String
  16. def contains(cs: CharSequence): scala.Boolean
  17. def contentEquals(cs: CharSequence): scala.Boolean
  18. def contentEquals(sb: StringBuffer): scala.Boolean
  19. var count: Int
    Attributes
    protected
  20. def endsWith(suffix: _String): scala.Boolean
  21. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  22. def equals(obj: Any): scala.Boolean
    Definition Classes
    _String → AnyRef → Any
  23. def equalsIgnoreCase(string: _String): scala.Boolean
  24. def fastSplit(ch: Char, max: Int): Array[String]
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def getBytes(encoding: Charset): Array[scala.Byte]
  27. def getBytes(encoding: _String): Array[scala.Byte]
  28. def getBytes(): Array[scala.Byte]
  29. def getChars(start: Int, end: Int, buffer: Array[Char], index: Int): Unit
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    _String → AnyRef → Any
  32. def indent(n: Int): String
  33. def indexOf(subString: _String, _start: Int): Int
  34. def indexOf(string: _String): Int
  35. def indexOf(c: Int): Int
  36. def indexOf(c: Int, _start: Int): Int
  37. def intern(): _String
  38. def isBlank(): scala.Boolean
  39. def isEmpty(): scala.Boolean
  40. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  41. def lastIndexOf(subString: _String, _start: Int): Int
  42. def lastIndexOf(string: String): Int
  43. def lastIndexOf(c: Int, _start: Int): Int
  44. def lastIndexOf(c: Int): Int
  45. def length(): Int
    Definition Classes
    _StringCharSequence
  46. def matches(expr: _String): scala.Boolean
  47. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. var offset: Int
    Attributes
    protected
  51. def offsetByCodePoints(index: Int, codePointOffset: Int): Int
  52. def regionMatches(ignoreCase: scala.Boolean, _thisStart: Int, string: _String, _start: Int, length: Int): scala.Boolean
  53. def regionMatches(thisStart: Int, string: _String, start: Int, length: Int): scala.Boolean
  54. def repeat(count: Int): String
  55. def replace(target: CharSequence, replacement: CharSequence): _String
  56. def replace(oldChar: Char, newChar: Char): _String
  57. def replaceAll(expr: _String, substitute: _String): _String
  58. def replaceFirst(expr: _String, substitute: _String): _String
  59. def split(expr: _String, max: Int): Array[String]
  60. def split(expr: _String): Array[String]
  61. def startsWith(prefix: _String): scala.Boolean
  62. def startsWith(prefix: _String, start: Int): scala.Boolean
  63. def strip(): String
  64. def stripIndent(): String
  65. def stripLeading(): String
  66. def stripTrailing(): String
  67. def subSequence(start: Int, end: Int): CharSequence
    Definition Classes
    _StringCharSequence
  68. def substring(start: Int, end: Int): _String
  69. def substring(start: Int): _String
  70. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  71. def toCharArray(): Array[Char]
  72. def toLowerCase(): _String
  73. def toLowerCase(locale: Locale): String
  74. def toString(): String
    Definition Classes
    _StringCharSequence → AnyRef → Any
  75. def toUpperCase(): _String
  76. def toUpperCase(locale: Locale): String
  77. def transform[R](f: Function[String, R]): R
  78. def translateEscapes(): String
  79. def trim(): _String
  80. var value: Array[Char]
    Attributes
    protected
  81. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  82. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  83. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def getBytes(start: Int, _end: Int, data: Array[scala.Byte], _index: Int): Unit
    Annotations
    @Deprecated
    Deprecated

Inherited from ConstantDesc

Inherited from Constable

Inherited from CharSequence

Inherited from Comparable[_String]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped