summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-06-11 12:12:45 -0700
committerDianne Hackborn <hackbod@google.com>2015-06-11 13:32:56 -0700
commit16b1c989c542b9ab4e51635903e2e9d267836d19 (patch)
tree29021d2c6e382fab9f9d2a1921c312834c8f227f /api
parent264ebf8c3e85ae94ce8ed0bac43951499b3f704c (diff)
downloadprebuilts_sdk-16b1c989c542b9ab4e51635903e2e9d267836d19.zip
prebuilts_sdk-16b1c989c542b9ab4e51635903e2e9d267836d19.tar.gz
prebuilts_sdk-16b1c989c542b9ab4e51635903e2e9d267836d19.tar.bz2
Update to follow API change.
Change-Id: Ie792491356a6c77b5f584b621c61788bb5aed6f9
Diffstat (limited to 'api')
-rw-r--r--api/23.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/23.txt b/api/23.txt
index c87f639..f041e13 100644
--- a/api/23.txt
+++ b/api/23.txt
@@ -31252,7 +31252,7 @@ package android.util {
public final class ArrayMap implements java.util.Map {
ctor public ArrayMap();
ctor public ArrayMap(int);
- ctor public ArrayMap(android.util.ArrayMap);
+ ctor public ArrayMap(android.util.ArrayMap<K, V>);
method public void clear();
method public boolean containsAll(java.util.Collection<?>);
method public boolean containsKey(java.lang.Object);