No examples for this method.
Frequently called with: [Clear]
-1
| android.text.GetChars |
Known Indirect Subclasses
|
Please implement this interface if your CharSequence has a getChars() method like the one in String that is faster than calling charAt() multiple times.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Exactly like String.getChars(): copy chars
start through
end - 1 from this CharSequence into
dest beginning at offset
destoff.
|
|||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface java.lang.CharSequence
|
|||||||||||
Exactly like String.getChars(): copy chars start through end - 1 from this CharSequence into dest beginning at offset destoff.