summaryrefslogtreecommitdiff
path: root/core/java/android/util/SparseBooleanArray.java
AgeCommit message (Expand)Author
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
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
2018-09-29Expose a few APIs in util collections.Jake Wharton
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-21Expose removeAt(int) for parity with other sparse collections.Jake Wharton
2015-07-22Push equals impl into SparseBooleanArray.Steve McKay
2015-07-21Update DirectoryFragment to use RecyclerView.Steve McKay
2014-03-27Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski
2014-02-07Battery stats: more events, fixes.Dianne Hackborn
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
2011-07-18Touch exploration separate setting and API to poll the latter state.Svetoslav Ganov
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project