public interface WheelAdapter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getItem(int index)
Gets a wheel item by index.
|
int |
getItemsCount()
Gets items count
|
int |
indexOf(T o)
Gets maximum item length.
|
int getItemsCount()
T getItem(int index)
index - the item indexint indexOf(T o)
o - the item object