Class PoiCategoryListDiffCallback
-
- All Implemented Interfaces:
public final class PoiCategoryListDiffCallback extends DiffUtil.ItemCallback<PoiCategory>
-
-
Constructor Summary
Constructors Constructor Description PoiCategoryListDiffCallback()
-
Method Summary
Modifier and Type Method Description Boolean
areItemsTheSame(PoiCategory oldItem, PoiCategory newItem)
Boolean
areContentsTheSame(PoiCategory oldItem, PoiCategory newItem)
-
-
Method Detail
-
areItemsTheSame
Boolean areItemsTheSame(PoiCategory oldItem, PoiCategory newItem)
-
areContentsTheSame
Boolean areContentsTheSame(PoiCategory oldItem, PoiCategory newItem)
-
-
-
-