summaryrefslogtreecommitdiffstats
path: root/core/java/android/util/LongSparseArray.java
Commit message (Expand)AuthorAgeFilesLines
* 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