summaryrefslogtreecommitdiff
path: root/core/java/android/util/LongSparseArray.java
Commit message (Expand)AuthorAgeFilesLines
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* Add LongSparseArray.removeIf(Predicate).Sudheer Shanka2020-02-191-0/+15
* Correctly parcel LongSparseArray<String>Philip P. Moltmann2019-10-241-53/+12
* Add feature contextPhilip P. Moltmann2019-10-171-0/+93
* Add extra comment for implementation.Kweku Adams2019-04-291-0/+4
* Gating OutOfBoundsException on targetSdkVersion.Kweku Adams2019-04-261-4/+24
* Revert "Revert "Checkng upper bound in *Array classes.""Kweku Adams2019-03-301-3/+16
* Revert "Checkng upper bound in *Array classes."Paul Scovanner2019-03-121-16/+3
* Checkng upper bound in *Array classes.Kweku Adams2019-03-051-3/+16
* Slice and dice app ops - frameworkSvet Ganov2019-03-011-0/+3
* Removing unused method indexOfValueByValueSuprabh Shukla2017-03-241-0/+1
* indexOfValue now uses .equals (cont.)Tejas Khorana2016-07-181-2/+31
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-45/+12
* Fix javadoc typo in SparseArray.Newton Allen2013-11-211-1/+1
* Document the order of values returned by keyAt().Flavio Lerda2013-09-081-0/+17
* Make ArrayMap public! :)Dianne Hackborn2013-07-161-23/+36
* Update SparseArray docs to be more informative.Dianne Hackborn2013-07-121-2/+19
* New ArrayMap class.Dianne Hackborn2013-05-241-5/+11
* Clean up and expose LongSparseArray.Dianne Hackborn2012-02-101-51/+42
* ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds().Adam Powell2010-03-051-0/+22
* Fixes #1922373. Resolves a case of keys collision in Resources' cache.Romain Guy2009-06-181-0/+342