summaryrefslogtreecommitdiff
path: root/core/java/android/util/MapCollections.java
Commit message (Expand)AuthorAgeFilesLines
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-2/+4
* Remove uses of libcore.util.Objects.hashCode / equals.Narayan Kamath2018-02-191-5/+4
* Don't allow MapCollections to iterate past the end.Tobias Thierer2017-03-071-0/+3
* Fix off-by-one issue when removing from IteratorAdam Lesinski2013-11-011-1/+1
* Fix issue #10491028: iabv2 test apps that contain subscription SKUs...Dianne Hackborn2013-09-051-2/+2
* Fix issue #10115327: MapCollections need to implement equalsDianne Hackborn2013-07-311-5/+68
* New ArrayMap class.Dianne Hackborn2013-05-241-0/+496