| Interface | Description |
|---|---|
| FastAdapter.OnBindViewHolderListener | |
| FastAdapter.OnClickListener<Item extends IItem> | |
| FastAdapter.OnCreateViewHolderListener | |
| FastAdapter.OnLongClickListener<Item extends IItem> | |
| FastAdapter.OnTouchListener<Item extends IItem> | |
| IAdapter<Item extends IItem> |
Created by mikepenz on 27.12.15.
|
| IExpandable<T,Item extends IItem> |
Created by mikepenz on 30.12.15.
|
| IIdentifyable<T> |
Created by mikepenz on 03.02.15.
|
| IItem<T,VH extends android.support.v7.widget.RecyclerView.ViewHolder> |
Created by mikepenz on 03.02.15.
|
| IItemAdapter<Item extends IItem> |
Created by mikepenz on 30.12.15.
|
| IItemAdapter.Predicate<Item extends IItem> |
the interface used to filter the list inside the ItemFilter
|
| Class | Description |
|---|---|
| AbstractAdapter<Item extends IItem> |
Created by mikepenz on 27.12.15.
|
| FastAdapter<Item extends IItem> |
Created by mikepenz on 27.12.15.
|
| FastAdapter.RelativeInfo<Item extends IItem> |
an internal class to return the IItem and relativePosition and it's adapter at once. used to save one iteration inside the getInternalItem method
|