Packages

abstract class AbstractStringBuilder extends AnyRef

Attributes
protected
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractStringBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AbstractStringBuilder(string: String)
  2. new AbstractStringBuilder(capacity: Int)
  3. new AbstractStringBuilder()

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 append0(chars: CharSequence, start: Int, end: Int): Unit
    Attributes
    protected
  5. final def append0(string: String): Unit
    Attributes
    protected
  6. final def append0(d: scala.Double): Unit
    Attributes
    protected
  7. final def append0(f: scala.Float): Unit
    Attributes
    protected
  8. final def append0(ch: Char): Unit
    Attributes
    protected
  9. final def append0(chars: Array[Char], offset: Int, length: Int): Unit
    Attributes
    protected
  10. final def append0(chars: Array[Char]): Unit
    Attributes
    protected
  11. final def appendNull(): Unit
    Attributes
    protected
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def capacity(): Int
  14. def charAt(index: Int): Char
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def codePointAt(index: Int): Int
  17. def codePointBefore(index: Int): Int
  18. def codePointCount(beginIndex: Int, endIndex: Int): Int
  19. var count: Int
    Attributes
    protected
  20. final def delete0(start: Int, _end: Int): Unit
    Attributes
    protected
  21. final def deleteCharAt0(location: Int): Unit
    Attributes
    protected
  22. def ensureCapacity(min: Int): Unit
  23. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def getChars(start: Int, end: Int, dest: Array[Char], destStart: Int): Unit
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def indexOf(subString: String, _start: Int): Int
  30. def indexOf(string: String): Int
  31. final def insert0(index: Int, chars: CharSequence, start: Int, end: Int): Unit
    Attributes
    protected
  32. final def insert0(index: Int, string: String): Unit
    Attributes
    protected
  33. final def insert0(index: Int, ch: Char): Unit
    Attributes
    protected
  34. final def insert0(index: Int, chars: Array[Char], start: Int, length: Int): Unit
    Attributes
    protected
  35. final def insert0(index: Int, chars: Array[Char]): Unit
    Attributes
    protected
  36. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  37. def lastIndexOf(subString: String, _start: Int): Int
  38. def lastIndexOf(string: String): Int
  39. def length(): Int
  40. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def offsetByCodePoints(index: Int, codePointOffset: Int): Int
  44. final def replace0(start: Int, _end: Int, string: String): Unit
    Attributes
    protected
  45. final def reverse0(): Unit
    Attributes
    protected
  46. def setCharAt(index: Int, ch: Char): Unit
  47. def setLength(length: Int): Unit
  48. final def shareValue(): Array[Char]
  49. var shared: scala.Boolean
    Attributes
    protected
  50. def subSequence(start: Int, end: Int): CharSequence
  51. def substring(start: Int, end: Int): String
  52. def substring(start: Int): String
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AbstractStringBuilder → AnyRef → Any
  55. def trimToSize(): Unit
  56. var value: Array[Char]
    Attributes
    protected
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped