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

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.StringBufferImplConcat

public class StringBufferImplConcat
extends StringBufferImplArrayBase

A StringBufferImplArrayBase that does a concat for toString(). The performance of this implementation is generally slightly worse than StringBufferImplArray for everything except IE, where it's terrible.


Constructor Summary
StringBufferImplConcat()
           
 
Method Summary
 void append(java.lang.Object a, java.lang.String x)
          We don't need to do the null check because concat does it automagically.
 
Methods inherited from class com.google.gwt.core.client.impl.StringBufferImplArrayBase
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

StringBufferImplConcat

public StringBufferImplConcat()
Method Detail

append

public void append(java.lang.Object a,
                   java.lang.String x)
We don't need to do the null check because concat does it automagically.

Overrides:
append in class StringBufferImplArrayBase