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
/
LongSparseArray.java
Age
Commit message (
Expand
)
Author
2020-09-14
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-02-19
Add LongSparseArray.removeIf(Predicate).
Sudheer Shanka
2019-10-24
Correctly parcel LongSparseArray<String>
Philip P. Moltmann
2019-10-17
Add feature context
Philip P. Moltmann
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-03-01
Slice and dice app ops - framework
Svet Ganov
2017-03-24
Removing unused method indexOfValueByValue
Suprabh Shukla
2016-07-18
indexOfValue now uses .equals (cont.)
Tejas Khorana
2014-03-27
Uses VMRuntime.newUnpaddedArray for ideal array sizes
Adam Lesinski
2013-11-21
Fix javadoc typo in SparseArray.
Newton Allen
2013-09-08
Document the order of values returned by keyAt().
Flavio Lerda
2013-07-16
Make ArrayMap public! :)
Dianne Hackborn
2013-07-12
Update SparseArray docs to be more informative.
Dianne Hackborn
2013-05-24
New ArrayMap class.
Dianne Hackborn
2012-02-10
Clean up and expose LongSparseArray.
Dianne Hackborn
2010-03-05
ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds().
Adam Powell
2009-06-18
Fixes #1922373. Resolves a case of keys collision in Resources' cache.
Romain Guy