java.lang.Object
org.eclipse.persistence.internal.oxm.StrBuffer
- All Implemented Interfaces:
CharSequence
INTERNAL:
Purpose: This is a non-synchronized, reusable implementation of StringBuffer.
-
Constructor Details
-
StrBuffer
public StrBuffer() -
StrBuffer
public StrBuffer(int length)
-
-
Method Details
-
reset
public void reset() -
append
-
append
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-