Android
android.text
public interface

android.text.GetChars

android.text.GetChars CharSequence

Please implement this interface if your CharSequence has a getChars() method like the one in String that is faster than calling charAt() multiple times.

Known Indirect Subclasses

Summary

Public Methods

          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

Details

Public Methods

public 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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56