public class NoteDiffCallback
extends DiffUtil.Callback
| Constructor and Description |
|---|
NoteDiffCallback(java.util.List<Note> oldNotes,
java.util.List<Note> newNotes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areContentsTheSame(int oldItemPosition,
int newItemPosition) |
boolean |
areItemsTheSame(int oldItemPosition,
int newItemPosition) |
int |
getNewListSize() |
int |
getOldListSize() |