com.google.gwt.core.client.impl
Class StringBufferImplArray

java.lang.Object
  extended by com.google.gwt.core.client.impl.StringBufferImpl
      extended by com.google.gwt.core.client.impl.StringBufferImplArrayBase
          extended by com.google.gwt.core.client.impl.StringBufferImplArray

public class StringBufferImplArray
extends StringBufferImplArrayBase

A 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 Summary
StringBufferImplArray()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.core.client.impl.StringBufferImplArrayBase
append, append, append, append, append, append, appendNonNull, createData, length, replace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringBufferImplArray

public StringBufferImplArray()