|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.impl.StringBufferImpl
com.google.gwt.core.client.impl.StringBufferImplArrayBase
com.google.gwt.core.client.impl.StringBufferImplConcat
public class StringBufferImplConcat
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 |
|---|
public StringBufferImplConcat()
| Method Detail |
|---|
public void append(java.lang.Object a,
java.lang.String x)
append in class StringBufferImplArrayBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||