| java.lang.Object | ||
| ↳ | DiffUtil.Callback | |
| ↳ | com.mapsted.positioning.util.DiffCallback<T> | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DiffCallback(List<T> oldList, List<T> newList) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | areContentsTheSame(int oldItemPosition, int newItemPosition) | ||||||||||
| boolean | areItemsTheSame(int oldItemPosition, int newItemPosition) | ||||||||||
| int | getNewListSize() | ||||||||||
| int | getOldListSize() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||