public static class StringBuilderImpl.ImplArray extends StringBuilderImpl
StringBuilderImpl
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. Making it a field of
StringBuilderImpl.ImplArray
causes difficulty with inlining.StringBuilderImpl.ImplArray, StringBuilderImpl.ImplPush, StringBuilderImpl.ImplStringAppend
Constructor and Description |
---|
ImplArray() |
public void append(String s)
append
in class StringBuilderImpl
public int length()
length
in class StringBuilderImpl
public void replace(int start, int end, String toInsert)
replace
in class StringBuilderImpl
public String toString()
toString
in class StringBuilderImpl
Copyright © 2018. All rights reserved.