Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning.util
/
DiffCallback
Diff
Callback
open
class
DiffCallback
<
T
>
:
DiffUtil.Callback
Members
Constructors
Diff
Callback
Link copied to clipboard
constructor
(
oldList
:
List
<
T
>
,
newList
:
List
<
T
>
)
Functions
are
Contents
The
Same
Link copied to clipboard
open
fun
areContentsTheSame
(
oldItemPosition
:
Int
,
newItemPosition
:
Int
)
:
Boolean
are
Items
The
Same
Link copied to clipboard
open
fun
areItemsTheSame
(
oldItemPosition
:
Int
,
newItemPosition
:
Int
)
:
Boolean
get
Change
Payload
Link copied to clipboard
open
fun
getChangePayload
(
oldItemPosition
:
Int
,
newItemPosition
:
Int
)
:
Any
get
New
List
Size
Link copied to clipboard
open
fun
getNewListSize
(
)
:
Int
get
Old
List
Size
Link copied to clipboard
open
fun
getOldListSize
(
)
:
Int