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