History log of /frameworks/support/compat/java/android/support/v4/util/MapCollections.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b6e9d617ea32dc83840a030982a97a20f7889010 09-Feb-2017 Tobias Thierer <tobiast@google.com> Apply MapCollections behavior changes to appcompat copy

Array{Map,Set} iterators no longer allow iterating past the end.
For apps that care about consistent behavior, this CL makes
the new behavior available on old versions of Android through
the appcompat library.

Added tests for the behavior part that differs from earlier
Android versions.

Changes are ported from http://ag/1886799 and http://ag/1885941

Bug: 19853326

Test: ./gradlew support-compat:connectedCheck --info

Change-Id: I9f5ff9ad0a1f5974c1696da06b8962f7fcac8134
/frameworks/support/compat/java/android/support/v4/util/MapCollections.java
c39d9c75590eca86a5e7e32a8824ba04a0d42e9b 25-Aug-2016 Alan Viverette <alanv@google.com> Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations

Also removes some unnecessary @hide annotations on classes that wouldn't
have shown up in docs anyway due to package/private visibility or NO_DOCS.

Bug: 27937193
Change-Id: Iab127a5a3ce57a2d61965d3cef782621eb3859f5
/frameworks/support/compat/java/android/support/v4/util/MapCollections.java
3ac77bf186f87ecad4bf0063b2f6c4384efbd56a 27-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Support module refactoring

* Splitting support-v4 into two modules, support-compat and support-core
* Adding a new library module named support-v4 that combines the two
together for backward compatibility support of existing projects
* support-compat has all Compat classes, their few direct dependencies
and all data structures in the .util package

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