public class StrBuffer extends Object implements CharSequence
Purpose: This is a non-synchronized, reusable implementation of StringBuffer.
| Modifier and Type | Method and Description |
|---|---|
StrBuffer |
append(char[] chars,
int start,
int length) |
StrBuffer |
append(String str) |
char |
charAt(int index) |
int |
length() |
void |
reset() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic void reset()
public StrBuffer append(char[] chars, int start, int length)
public int length()
length in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class Objectpublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequenceEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference