| java.lang.Object com.ibm.richtext.styledtext.MCharBuffer
All known Subclasses: com.ibm.richtext.styledtext.CharBuffer,
MCharBuffer | abstract class MCharBuffer (Code) | | A dynamic character array optimized for sequences of insert
or delete operations in a local region.
|
Method Summary | |
abstract char | at(int pos) | abstract void | at(int start, int limit, char[] dst, int dstStart) | abstract int | capacity() | abstract void | compress() | abstract CharacterIterator | createCharacterIterator(int start, int limit) | abstract int | length() | abstract void | replace(int start, int limit, MConstText text, int srcStart, int srcLimit) | abstract void | replace(int start, int limit, char[] srcChars, int srcStart, int srcLimit) | abstract void | replace(int start, int limit, String srcString, int srcStart, int srcLimit) | abstract void | replace(int start, int limit, char srcChar) | abstract void | reserveCapacity(int pos, int length) |
at | abstract char at(int pos)(Code) | | |
at | abstract void at(int start, int limit, char[] dst, int dstStart)(Code) | | |
capacity | abstract int capacity()(Code) | | |
compress | abstract void compress()(Code) | | |
length | abstract int length()(Code) | | |
replace | abstract void replace(int start, int limit, MConstText text, int srcStart, int srcLimit)(Code) | | |
replace | abstract void replace(int start, int limit, char[] srcChars, int srcStart, int srcLimit)(Code) | | |
replace | abstract void replace(int start, int limit, String srcString, int srcStart, int srcLimit)(Code) | | |
replace | abstract void replace(int start, int limit, char srcChar)(Code) | | |
reserveCapacity | abstract void reserveCapacity(int pos, int length)(Code) | | |
|
|