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, wait
chars, codePoints
public void reset()
public StrBuffer append(char[] chars, int start, int length)
public int length()
length
in interface CharSequence
public String toString()
toString
in interface CharSequence
toString
in class Object
public char charAt(int index)
charAt
in interface CharSequence
public CharSequence subSequence(int start, int end)
subSequence
in interface CharSequence
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference