SortedList<T> |
A Sorted list implementation that can keep items in order and also notify for changes in the
list
such that it can be bound to a RecyclerView.Adapter .
|
SortedList.BatchedCallback<T2> | A callback implementation that can batch notify events dispatched by the SortedList. |
SortedList.Callback<T2> |
The class that controls the behavior of the SortedList .
|
SortedListAdapterCallbackWrapperTest | |
SortedListTest |