Java android.widget SectionIndexer fields, constructors, methods, implement or subclass

Example usage for Java android.widget SectionIndexer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget SectionIndexer.

The text is from its open source code.

Implementation

android.widget.SectionIndexer has the following implementations.
Click this link to see all its implementation.

Method

intgetPositionForSection(int sectionIndex)
Given the index of a section within the array of section objects, returns the starting position of that section within the adapter.
intgetSectionForPosition(int position)
Given a position within the adapter, returns the index of the corresponding section within the array of section objects.