|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharArrayBuffer | |
|---|---|
| org.eclipse.jdt.internal.core.util | |
| Uses of CharArrayBuffer in org.eclipse.jdt.internal.core.util |
|---|
| Methods in org.eclipse.jdt.internal.core.util that return CharArrayBuffer | |
|---|---|
CharArrayBuffer |
CharArrayBuffer.append(char c)
Appends the given char. |
CharArrayBuffer |
CharArrayBuffer.append(char[] src)
Appends the entire given char array. |
CharArrayBuffer |
CharArrayBuffer.append(char[] src,
int start,
int length)
Appends a sub array of the given array to the buffer. |
CharArrayBuffer |
CharArrayBuffer.append(java.lang.String src)
Appends the given String to the buffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||