abstract class AbstractStringBuilder extends AnyRef
- Attributes
- protected
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractStringBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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 append0(chars: CharSequence, start: Int, end: Int): Unit
- Attributes
- protected
- final def append0(string: String): Unit
- Attributes
- protected
- final def append0(d: scala.Double): Unit
- Attributes
- protected
- final def append0(f: scala.Float): Unit
- Attributes
- protected
- final def append0(ch: Char): Unit
- Attributes
- protected
- final def append0(chars: Array[Char], offset: Int, length: Int): Unit
- Attributes
- protected
- final def append0(chars: Array[Char]): Unit
- Attributes
- protected
- final def appendNull(): Unit
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def capacity(): Int
- def charAt(index: Int): Char
- 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
- var count: Int
- Attributes
- protected
- final def delete0(start: Int, _end: Int): Unit
- Attributes
- protected
- final def deleteCharAt0(location: Int): Unit
- Attributes
- protected
- def ensureCapacity(min: Int): Unit
- 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 getChars(start: Int, end: Int, dest: Array[Char], destStart: Int): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indexOf(subString: String, _start: Int): Int
- def indexOf(string: String): Int
- final def insert0(index: Int, chars: CharSequence, start: Int, end: Int): Unit
- Attributes
- protected
- final def insert0(index: Int, string: String): Unit
- Attributes
- protected
- final def insert0(index: Int, ch: Char): Unit
- Attributes
- protected
- final def insert0(index: Int, chars: Array[Char], start: Int, length: Int): Unit
- Attributes
- protected
- final def insert0(index: Int, chars: Array[Char]): Unit
- Attributes
- protected
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def lastIndexOf(subString: String, _start: Int): Int
- def lastIndexOf(string: String): Int
- def length(): Int
- 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(index: Int, codePointOffset: Int): Int
- final def replace0(start: Int, _end: Int, string: String): Unit
- Attributes
- protected
- final def reverse0(): Unit
- Attributes
- protected
- def setCharAt(index: Int, ch: Char): Unit
- def setLength(length: Int): Unit
- final def shareValue(): Array[Char]
- var shared: scala.Boolean
- Attributes
- protected
- def subSequence(start: Int, end: Int): CharSequence
- def substring(start: Int, end: Int): String
- def substring(start: Int): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AbstractStringBuilder → AnyRef → Any
- def trimToSize(): Unit
- 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()