summaryrefslogtreecommitdiff
path: root/core/java/android/util/ArrayMap.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Redact key value from log when DEBUG is false" am: 17a7d79ff4 am: 694c...Suprabh Shukla2021-09-301-1/+1
|\
| * Merge "Redact key value from log when DEBUG is false" am: 17a7d79ff4Suprabh Shukla2021-09-291-1/+1
| |\
| | * Redact key value from log when DEBUG is falseEdward Savage-Jones2021-09-291-1/+1
* | | Improve replaceAll.Kweku Adams2021-09-101-0/+31
* | | Improve forEach.Kweku Adams2021-08-111-0/+23
|/ /
* / Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
|/
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Address static cache access issues.Kweku Adams2019-08-201-20/+58
* Add extra comment for implementation.Kweku Adams2019-04-291-0/+4
* Gating OutOfBoundsException on targetSdkVersion.Kweku Adams2019-04-261-4/+28
* Revert "Revert "Checkng upper bound in *Array classes.""Kweku Adams2019-03-301-2/+19
* Revert "Checkng upper bound in *Array classes."Paul Scovanner2019-03-121-19/+2
* Checkng upper bound in *Array classes.Kweku Adams2019-03-051-2/+19
* Translate selection arguments that are paths.Jeff Sharkey2019-02-281-1/+4
* Expose a few APIs in util collections.Jake Wharton2018-09-291-17/+24
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+17
* Mitigating cache corruption in ArrayMapSuprabh Shukla2018-05-141-1/+3
* Avoid ClassCastException in ArrayMap.Dan Sandler2017-04-261-30/+84
* Utility to detect lock inversions in system.Jeff Sharkey2016-02-271-17/+22
* Fix issue #25656837: Static initialization order bug in ArrayMap leading to NPEsDianne Hackborn2015-12-041-5/+5
* 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