summaryrefslogtreecommitdiffstats
path: root/core/java/android/util/LongSparseLongArray.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
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* Document the order of values returned by keyAt().Flavio Lerda2013-09-081-0/+17
* Make ArrayMap public! :)Dianne Hackborn2013-07-161-6/+33
* Update SparseArray docs to be more informative.Dianne Hackborn2013-07-121-2/+12
* New ArrayMap class.Dianne Hackborn2013-05-241-5/+11
* Add LongSparseLongArray with tests.Jeff Sharkey2013-01-181-0/+228