summaryrefslogtreecommitdiffstats
path: root/core/java/android/util/SparseLongArray.java
Commit message (Expand)AuthorAgeFilesLines
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-37/+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-8/+33
* Update SparseArray docs to be more informative.Dianne Hackborn2013-07-121-2/+12
* New ArrayMap class.Dianne Hackborn2013-05-241-29/+16
* Unhide SparseLongArrayScott Kennedy2012-11-261-2/+0
* Adding APIs to enable reporting virtual view hierarchies to accessibility ser...Svetoslav Ganov2011-10-211-0/+247