FileDocCategorySizeDatePackage
AlphabetIndexer.javaAPI DocAndroid 5.1 API1023Sat Mar 14 14:09:40 GMT 2015android.widget

AlphabetIndexer

public class AlphabetIndexer extends android.database.DataSetObserver implements android.widget.SectionIndexer

Fields Summary
protected CharSequence
mAlphabet
protected int
mColumnIndex
protected android.database.Cursor
mDataCursor
Constructors Summary
public AlphabetIndexer(android.database.Cursor cursor, int sortedColumnIndex, CharSequence alphabet)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected intcompare(java.lang.String word, java.lang.String letter)

 throw new RuntimeException("Stub!"); 
public intgetPositionForSection(int sectionIndex)

 throw new RuntimeException("Stub!"); 
public intgetSectionForPosition(int position)

 throw new RuntimeException("Stub!"); 
public java.lang.Object[]getSections()

 throw new RuntimeException("Stub!"); 
public voidonChanged()

 throw new RuntimeException("Stub!"); 
public voidonInvalidated()

 throw new RuntimeException("Stub!"); 
public voidsetCursor(android.database.Cursor cursor)

 throw new RuntimeException("Stub!");