public class ItemSourceDiffCallback
extends android.support.v7.util.DiffUtil.Callback
| Modifier and Type | Method and Description |
|---|---|
boolean |
areContentsTheSame(int oldItemPosition,
int newItemPosition) |
boolean |
areItemsTheSame(int oldItemPosition,
int newItemPosition) |
int |
getNewListSize() |
int |
getOldListSize() |
public int getOldListSize()
getOldListSize in class android.support.v7.util.DiffUtil.Callbackpublic int getNewListSize()
getNewListSize in class android.support.v7.util.DiffUtil.Callbackpublic boolean areItemsTheSame(int oldItemPosition,
int newItemPosition)
areItemsTheSame in class android.support.v7.util.DiffUtil.Callbackpublic boolean areContentsTheSame(int oldItemPosition,
int newItemPosition)
areContentsTheSame in class android.support.v7.util.DiffUtil.Callback