Return type | Name and parameters |
---|---|
StringBuffer
|
leftShift(Object value)
Overloads the left shift operator to provide an easy way to append multiple objects as string representations to a StringBuffer. |
String
|
plus(String value)
Appends a String to this StringBuffer. |
void
|
putAt(EmptyRange range, Object value)
Support the range subscript operator for StringBuffer. |
void
|
putAt(IntRange range, Object value)
Support the range subscript operator for StringBuffer. |
int
|
size()
Provide the standard Groovy size() method for StringBuffer .
|
addShutdownHook
, any
, any
, asBoolean
, asType
, collect
, collect
, collect
, contains
, count
, dump
, each
, eachWithIndex
, equals
, every
, every
, find
, find
, findAll
, findAll
, findIndexOf
, findIndexOf
, findIndexValues
, findIndexValues
, findLastIndexOf
, findLastIndexOf
, findResult
, findResult
, flatten
, getAt
, getMetaClass
, getMetaPropertyValues
, getProperties
, grep
, grep
, groupBy
, groupBy
, hasProperty
, identity
, inject
, inject
, inspect
, invokeMethod
, is
, isCase
, iterator
, join
, metaClass
, print
, print
, printf
, printf
, println
, println
, println
, putAt
, respondsTo
, respondsTo
, setMetaClass
, size
, split
, sprintf
, sprintf
, sum
, sum
, tap
, toArrayString
, toSpreadMap
, toString
, use
, use
, use
, with
, with
, withTraits
asBoolean
, asType
, bitwiseNegate
, capitalize
, center
, center
, contains
, count
, denormalize
, digest
, drop
, dropWhile
, eachLine
, eachLine
, eachMatch
, eachMatch
, endsWithAny
, expand
, expand
, expandLine
, find
, find
, find
, find
, findAll
, findAll
, findAll
, findAll
, getAt
, getAt
, getAt
, getAt
, getAt
, getChars
, isAllWhitespace
, isBigDecimal
, isBigInteger
, isBlank
, isCase
, isDouble
, isFloat
, isInteger
, isLong
, isNumber
, leftShift
, matches
, md5
, minus
, minus
, multiply
, next
, normalize
, padLeft
, padLeft
, padRight
, padRight
, plus
, previous
, readLines
, replace
, replace
, replaceAll
, replaceAll
, replaceAll
, replaceAll
, replaceFirst
, replaceFirst
, replaceFirst
, replaceFirst
, reverse
, size
, split
, splitEachLine
, splitEachLine
, startsWithAny
, stripIndent
, stripIndent
, stripMargin
, stripMargin
, stripMargin
, take
, takeWhile
, toBigDecimal
, toBigInteger
, toDouble
, toFloat
, toInteger
, toList
, toLong
, toSet
, toShort
, toURI
, toURL
, tokenize
, tokenize
, tokenize
, tr
, uncapitalize
, unexpand
, unexpand
, unexpandLine
Overloads the left shift operator to provide an easy way to append multiple objects as string representations to a StringBuffer.
value
- a value to appendAppends a String to this StringBuffer.
value
- a StringSupport the range subscript operator for StringBuffer.
range
- a Rangevalue
- the object that's toString() will be insertedSupport the range subscript operator for StringBuffer. Index values are treated as characters within the buffer.
range
- a Rangevalue
- the object that's toString() will be insertedProvide the standard Groovy size()
method for StringBuffer
.