K3StringBuilder

A mutable sequence of characters and markers. Allows to efficiently build K3String objects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun append(atomsToAdd: IntArray)
fun append(value: String)
fun append(k3String: K3String)
Link copied to clipboard
fun appendCodePoint(codePoint: Int)
Link copied to clipboard
fun appendMarker(marker: K3Marker)
Link copied to clipboard
fun appendMarkerById(markerId: Int)
Link copied to clipboard
fun clear()
Link copied to clipboard
fun insertCodePoint(index: Int, codePoint: Int)
Link copied to clipboard
fun insertMarkerById(index: Int, markerId: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun prependCodePoint(codePoint: Int)
Link copied to clipboard
fun prependMarkerById(markerId: Int)
Link copied to clipboard
fun reorder()
Link copied to clipboard
fun replace(range: IntRange, text: K3String)
Link copied to clipboard
Link copied to clipboard
fun toText(): String