summaryrefslogtreecommitdiffstats
path: root/core/java/android/util/ArrayMap.java
Commit message (Expand)AuthorAgeFilesLines
* Add ArraySet to the SDK.Dianne Hackborn2015-06-111-4/+7
* Make ArrayMap.EMPTY immutableAdam Lesinski2015-02-051-1/+4
* Add indexOf method to ArrayMap & ArraySetAdam Lesinski2014-08-261-4/+14
* Fix issue #16794553: Duplicate ArrayMap entries in Bundle...Dianne Hackborn2014-08-131-0/+38
* Add 560dpi, and some other stuff.Dianne Hackborn2014-08-121-1/+1
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-10/+12
* Fix issue #10921903: CTS: android.os.cts.ParcelTest#testReadBundle...Dianne Hackborn2013-10-031-0/+1
* Okay, I give in, add null key support to ArrayMap and ArraySet.Dianne Hackborn2013-07-251-17/+59
* Fix issue #9940105: IllegalArgumentException in ArrayMapDianne Hackborn2013-07-191-2/+21
* Switch Bundle's implementation over to ArrayMap.Dianne Hackborn2013-07-181-1/+42
* Make ArrayMap public! :)Dianne Hackborn2013-07-161-11/+9
* Update SparseArray docs to be more informative.Dianne Hackborn2013-07-121-3/+2
* More procstats work: separate global proc account, more dumping.Dianne Hackborn2013-06-211-0/+37
* ArrayMap is great, so how about ArraySet!Dianne Hackborn2013-06-111-63/+60
* Additional functionality and performance for ArrayMapChet Haase2013-06-061-4/+72
* Use ArrayMap instead of HashMap in transitionsChet Haase2013-06-041-0/+10
* Clean up some temporary allocations.Dianne Hackborn2013-05-301-7/+9
* New ArrayMap class.Dianne Hackborn2013-05-241-0/+615