See: Description
| Interface | Description |
|---|---|
| IAdapter<Item extends IItem> |
Created by mikepenz on 27.12.15.
|
| IAdapterExtension<Item extends IItem> |
Created by mikepenz on 04/06/2017.
|
| IAdapterNotifier |
Created by mikepenz on 28.10.17.
|
| IClickable<Item extends IItem> |
Created by mikepenz on 25.02.16.
|
| IExpandable<T,Item extends IItem & ISubItem> |
Created by mikepenz on 30.12.15.
|
| IHookable<Item extends IItem> |
Created by fabianterhorst on 01.03.17.
|
| IIdDistributor<Identifiable extends IIdentifyable> |
Created by fabianterhorst on 16.07.17.
|
| IIdentifyable<T> |
Created by mikepenz on 03.02.15.
|
| IInterceptor<Element,Item> |
Created by mikepenz on 30.12.15.
|
| IItem<T,VH extends RecyclerView.ViewHolder> |
Created by mikepenz on 03.02.15.
|
| IItemAdapter<Model,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
|
| IItemList<Item> |
The Item list interface
|
| IModelItem<Model,Item extends IModelItem<?,?,?>,VH extends RecyclerView.ViewHolder> |
Created by mikepenz on 03.02.15.
|
| ISelectionListener<Item extends IItem> |
Created by flisar on 21.09.2016.
|
| ISubItem<T,S extends IItem & IExpandable> |
Created by mikepenz on 30.12.15.
|
| ITypeInstanceCache<Item extends IItem> |
Created by fabianterhorst on 24.08.17.
|
| Class | Description |
|---|---|
| AbstractAdapter<Item extends IItem> |
Created by mikepenz on 27.12.15.
|
| FastAdapter<Item extends IItem> |
The `FastAdapter` class is the core managing class of the `FastAdapter` library, it handles all `IAdapter` implementations, keeps track of the item types which can be displayed
and correctly provides the size and position and identifier information to the
RecyclerView. |
| FastAdapter.RelativeInfo<Item extends IItem> |
an internal class to return the IItem and relativePosition and its adapter at once.
|
| FastAdapter.ViewHolder<Item extends IItem> |
A ViewHolder provided from the FastAdapter to allow handling the important event's within the ViewHolder
instead of the item
|