summaryrefslogtreecommitdiff
path: root/core/java/android/util/MapCollections.java
AgeCommit message (Expand)Author
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2018-02-19Remove uses of libcore.util.Objects.hashCode / equals.Narayan Kamath
2017-03-07Don't allow MapCollections to iterate past the end.Tobias Thierer
2013-11-01Fix off-by-one issue when removing from IteratorAdam Lesinski
2013-09-05Fix issue #10491028: iabv2 test apps that contain subscription SKUs...Dianne Hackborn
2013-07-31Fix issue #10115327: MapCollections need to implement equalsDianne Hackborn
2013-05-24New ArrayMap class.Dianne Hackborn