-
public final class AudioCollectionDiffUtil extends DiffUtil.Callback
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAudioCollectionDiffUtil.PayloadKey
-
Constructor Summary
Constructors Constructor Description AudioCollectionDiffUtil(<ERROR CLASS><AudioCollection> oldCollections, <ERROR CLASS><AudioCollection> newCollections)
-
Method Summary
Modifier and Type Method Description <ERROR CLASS>getOldListSize()<ERROR CLASS>getNewListSize()BooleanareItemsTheSame(Integer oldItemPosition, Integer newItemPosition)BooleanareContentsTheSame(Integer oldItemPosition, Integer newItemPosition)ObjectgetChangePayload(Integer oldItemPosition, Integer newItemPosition)-
-
Constructor Detail
-
AudioCollectionDiffUtil
AudioCollectionDiffUtil(<ERROR CLASS><AudioCollection> oldCollections, <ERROR CLASS><AudioCollection> newCollections)
-
-
Method Detail
-
getOldListSize
<ERROR CLASS> getOldListSize()
-
getNewListSize
<ERROR CLASS> getNewListSize()
-
areItemsTheSame
Boolean areItemsTheSame(Integer oldItemPosition, Integer newItemPosition)
-
areContentsTheSame
Boolean areContentsTheSame(Integer oldItemPosition, Integer newItemPosition)
-
getChangePayload
Object getChangePayload(Integer oldItemPosition, Integer newItemPosition)
-
-
-
-