History log of /frameworks/support/v4/java/android/support/v4/util/MapCollections.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
138e0db47a8fe52d96d38c7be3fe9d2ad7f4083b 01-Nov-2013 Adam Lesinski <adamlesinski@google.com> Fix off-by-one issue when removing from Iterator

MapCollections' iterator removes the preceding element
which causes IndexOutOfBoundsExceptions to be thrown
when removing the first element while iterating.

Copied from frameworks/base/core/java/android/util/MapCollections.java

bug:11477476
Change-Id: I3ea1dc5035aa1675336f60e014d9dcc22c4df065
/frameworks/support/v4/java/android/support/v4/util/MapCollections.java
7b4c91bb218ce476748fc3fcecc71694a240d8cb 06-Sep-2013 Dianne Hackborn <hackbod@google.com> Fix issue #10491028: iabv2 test apps that contain subscription SKUs...

...crash on launch

You got some values in my keys!

Change-Id: I7f83905dc1c195f170e974bcd27d28c5cb8fda21
/frameworks/support/v4/java/android/support/v4/util/MapCollections.java
d682b566488c4ac3a8faae7d2eee5b6103d6f039 01-Aug-2013 Dianne Hackborn <hackbod@google.com> Fix issue #10115327: MapCollections need to implement equals

Change-Id: Ie0a633ffd00bc40d95190ac0867980eee47e5df9
/frameworks/support/v4/java/android/support/v4/util/MapCollections.java
2290993eddf5262a8df7fc9478daed52401e325a 17-Jul-2013 Dianne Hackborn <hackbod@google.com> Add ArrayMap to support lib.

Also integrate recent container class changes in to
the support lib, and modify activity/fragment to use
ArrayMap.

Change-Id: I9f28c3661b8d9c3de8f8409e721feb1a714e9d1b
/frameworks/support/v4/java/android/support/v4/util/MapCollections.java