public interface CharArrayExternalizable
extends java.lang.CharSequence
| Modifier and Type | Method and Description |
|---|---|
void |
getChars(int start,
int end,
char [] dest,
int destPos)
Copies own character sub-sequence to the given array
|
void getChars(int start,
int end,
char [] dest,
int destPos)
start - the index where to start taking chars from in this sequenceend - the index where to end taking chars in this sequencedest - the array to put characters intodestPos - the index where to put the characters in the dest array