summaryrefslogtreecommitdiff
path: root/core/java/android/util/ArrayMap.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-20Address static cache access issues.Kweku Adams
2019-04-29Add extra comment for implementation.Kweku Adams
2019-04-26Gating OutOfBoundsException on targetSdkVersion.Kweku Adams
2019-03-30Revert "Revert "Checkng upper bound in *Array classes.""Kweku Adams
2019-03-12Revert "Checkng upper bound in *Array classes."Paul Scovanner
2019-03-05Checkng upper bound in *Array classes.Kweku Adams
2019-02-28Translate selection arguments that are paths.Jeff Sharkey
2018-09-29Expose a few APIs in util collections.Jake Wharton
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-14Mitigating cache corruption in ArrayMapSuprabh Shukla
2017-04-26Avoid ClassCastException in ArrayMap.Dan Sandler
2016-02-27Utility to detect lock inversions in system.Jeff Sharkey
2015-12-04Fix issue #25656837: Static initialization order bug in ArrayMap leading to NPEsDianne Hackborn
2015-06-11Add ArraySet to the SDK.Dianne Hackborn
2015-02-05Make ArrayMap.EMPTY immutableAdam Lesinski
2014-08-26Add indexOf method to ArrayMap & ArraySetAdam Lesinski
2014-08-13Fix issue #16794553: Duplicate ArrayMap entries in Bundle...Dianne Hackborn
2014-08-12Add 560dpi, and some other stuff.Dianne Hackborn
2014-03-27Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski
2013-10-03Fix issue #10921903: CTS: android.os.cts.ParcelTest#testReadBundle...Dianne Hackborn
2013-07-25Okay, I give in, add null key support to ArrayMap and ArraySet.Dianne Hackborn
2013-07-19Fix issue #9940105: IllegalArgumentException in ArrayMapDianne Hackborn
2013-07-18Switch Bundle's implementation over to ArrayMap.Dianne Hackborn
2013-07-16Make ArrayMap public! :)Dianne Hackborn
2013-07-12Update SparseArray docs to be more informative.Dianne Hackborn
2013-06-21More procstats work: separate global proc account, more dumping.Dianne Hackborn
2013-06-11ArrayMap is great, so how about ArraySet!Dianne Hackborn
2013-06-06Additional functionality and performance for ArrayMapChet Haase
2013-06-04Use ArrayMap instead of HashMap in transitionsChet Haase
2013-05-30Clean up some temporary allocations.Dianne Hackborn
2013-05-24New ArrayMap class.Dianne Hackborn