|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetChars
Please implement this interface if your CharSequence has a getChars() method like the one in String that is faster than calling charAt() multiple times.
| Method Summary | |
|---|---|
void |
getChars(int start,
int end,
char[] dest,
int destoff)
Exactly like String.getChars(): copy chars start
through end - 1 from this CharSequence into dest
beginning at offset destoff. |
| Methods inherited from interface java.lang.CharSequence |
|---|
charAt, length, subSequence, toString |
| Method Detail |
|---|
void getChars(int start,
int end,
char[] dest,
int destoff)
start
through end - 1 from this CharSequence into dest
beginning at offset destoff.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||