-
- All Implemented Interfaces:
public final class ItemDiffCallback extends DiffUtil.ItemCallback<String>
-
-
Constructor Summary
Constructors Constructor Description ItemDiffCallback()
-
Method Summary
Modifier and Type Method Description Boolean
areItemsTheSame(String p0, String p1)
Boolean
areContentsTheSame(String p0, String p1)
-
-
Method Detail
-
areItemsTheSame
Boolean areItemsTheSame(String p0, String p1)
-
areContentsTheSame
Boolean areContentsTheSame(String p0, String p1)
-
-
-
-