History log of /frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d805095048f6be52cddbd572ee343c4639ba8187 22-Apr-2016 Alan Viverette <alanv@google.com> Clean up deprecation tags in support libraries

Also fixes renderscript and recyclerview docs builds.

Bug: 28339627
Bug: 28073702
Change-Id: I0f38cf82fe260de4488660c87aaed8d26265eeba
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
7fa39157f88d13bc417dab8db7c13e342a14cba0 14-May-2015 Vladislav Kaznacheev <kaznacheev@google.com> Add batch insert method to SortedList.

Bug:20469953
Change-Id: Iaa3cb146c5c38a2a4963d58cec6b162acf3029b3
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
12833d36969f1540dd5fc6fe32a25fa8b52a8e0b 29-Apr-2015 Yigit Boyar <yboyar@google.com> Add clear method to SortedList

Bug: 20540622
Change-Id: Iaee00d16a282eb6b13a3f5b4a40f65a4202c6051
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
a3d5bb01bc01733999d84c452a27012c57ab369c 17-Dec-2014 Yigit Boyar <yboyar@google.com> SortedList data structure

This is a collection class that keeps items in order and dispatches
change events which makes it play nice with RecyclerView#Adapter.

It also has support for batching events so that when multiple
consecutive items are added/removed/updated in the list,
they can be dispatched to Adapter as 1 op, making it easier for
RecyclerView to handle.

Bug: 18753633
Change-Id: I86e3cce1873d8d0b310658a9b8f2f943750e9f8f
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java