public static interface AutoCompleteEditText.AutoCompleteDataProvider<Type>
| Modifier and Type | Method and Description | 
|---|---|
| Type | getItem(int i) | 
| int | getItemCount() | 
| java.lang.String[] | getItemWords(int i) | 
int getItemCount()
Type getItem(int i)
java.lang.String[] getItemWords(int i)