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