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:
lengthin interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-