|
||||||||||
| 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.StringBufferImplArray
public class StringBufferImplArray
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 |
|---|
public StringBufferImplArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||