public class StringBufferImplArray extends StringBufferImplArrayBase
StringBufferImpl
that uses an array and an explicit length for
appending strings. Note that the length of the array is stored as a property
of the underlying JavaScriptObject because making it a field on this object
causes difficulty with inlining. This is the best implementation on IE, and
generally second best on all other browsers, making it the best default when
the user agent is unknown.Constructor and Description |
---|
StringBufferImplArray() |
append, append, append, append, append, append, appendNonNull, createData, length, replace, reverse, takeString, toString
reverseString
Copyright © 2018. All rights reserved.