android.widget
Interface SectionIndexer

All Known Implementing Classes:
AlphabetIndexer

public interface SectionIndexer


Method Summary
 int getPositionForSection(int section)
           
 int getSectionForPosition(int position)
           
 Object[] getSections()
           
 

Method Detail

getSections

Object[] getSections()

getPositionForSection

int getPositionForSection(int section)

getSectionForPosition

int getSectionForPosition(int position)


Copyright © 2008-2012. All Rights Reserved.