Callback
The class that controls the behavior of the SortedList.
It defines how items should be sorted and how duplicates should be handled.
SortedList calls the callback methods on this class to notify changes about the underlying data.
Inheritors
Functions
Link copied to clipboard
Called by the SortedList when it wants to check whether two items have the same data or not.
Link copied to clipboard
Called by the SortedList to decide whether two objects represent the same Item or not.
Link copied to clipboard
When areItemsTheSame returns
true
for two items and areContentsTheSame returns false for them, Callback calls this method to get a payload about the change.