# Print output for @column tags ?> GetChars - Android SDK | Android Developers

Most visited


Recently visited


GetChars

public interface GetChars
implements CharSequence

android.text.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.

Summary


Public methods

abstract 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.

Inherited methods

Public methods


getChars

public abstract 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.

Parameters
start int

end int

dest char

destoff int

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.