A
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
W
A
- add(Object) - function in de.pfaffenrodt.adapter.ArrayAnyAdapter
- Adds an item to the end of the adapter.
- add(Integer,Object) - function in de.pfaffenrodt.adapter.ArrayAnyAdapter
- Inserts an item into this adapter at the specified index.
- addAll(Integer,Collection) - function in de.pfaffenrodt.adapter.ArrayAnyAdapter
- Adds the objects in the given collection to the adapter, starting at the given index.
- addChangePayload(Object) - function in androidx.recyclerview.widget.BaseViewHolder
- addChangePayload(Object) - function in androidx.recyclerview.widget.DataBindingPresenter.ViewHolder
- addClassPresenter(KClass,Presenter) - function in de.pfaffenrodt.adapter.ClassPresenterSelector
- Sets a presenter to be used for the given class.
- addClassPresenter(Class,Presenter) - function in de.pfaffenrodt.adapter.ClassPresenterSelector
- Sets a presenter to be used for the given class.
- addClassPresenterSelector(KClass,PresenterSelector) - function in de.pfaffenrodt.adapter.ClassPresenterSelector
- Sets a presenter selector to be used for the given class.
- addClassPresenterSelector(Class,PresenterSelector) - function in de.pfaffenrodt.adapter.ClassPresenterSelector
- Sets a presenter selector to be used for the given class.
- addFlags(Integer) - function in androidx.recyclerview.widget.BaseViewHolder
- addFlags(Integer) - function in androidx.recyclerview.widget.DataBindingPresenter.ViewHolder
- addLoadStateListener(Function1) - function in androidx.paging.AnyPagingDataAdapter
- AnyAdapter - class in de.pfaffenrodt.adapter
- Base class for an Adapter.
- AnyAdapter.Companion - class in de.pfaffenrodt.adapter.AnyAdapter
- AnyPagingDataAdapter - class in de.pfaffenrodt.adapter
- AnyPagingDataAdapter.Companion - class in de.pfaffenrodt.adapter.AnyPagingDataAdapter
- areContentsTheSame(Value,Value) - function in de.pfaffenrodt.adapter.DiffCallback
- Called to decide whether two items have the same data.
- areContentsTheSame(Object,Object) - function in de.pfaffenrodt.adapter.SimpleDiffCallback
- Called to decide whether two items have the same data.
- areItemsTheSame(Value,Value) - function in de.pfaffenrodt.adapter.DiffCallback
- Called to decide whether two objects represent the same item.
- areItemsTheSame(Object,Object) - function in de.pfaffenrodt.adapter.SimpleDiffCallback
- Called to decide whether two objects represent the same item.
- ArrayAnyAdapter - class in de.pfaffenrodt.adapter
- An AnyAdapter implemented with an ArrayList.
- ArrayAnyAdapter.Companion - class in de.pfaffenrodt.adapter.ArrayAnyAdapter