Update the API file.

My previous change was api-compatible, but some of the incidental data
in the API file (like parameter names) changed. It looks like there
were probably a couple other similar changes too, that hadn't
previously been propagated to the API file; all I did to generate this
change was say "make update-api".

Change-Id: I427a9ceb51212fde515df007613b8687b7228ce7
This commit is contained in:
Dan Bornstein
2010-11-01 14:08:01 -07:00
parent 42679cea5d
commit bc19c7bdc0

View File

@@ -224570,7 +224570,7 @@
deprecated="not deprecated"
visibility="public"
>
<parameter name="t" type="T">
<parameter name="arg0" type="T">
</parameter>
</method>
</interface>
@@ -326643,7 +326643,7 @@
deprecated="not deprecated"
visibility="public"
>
<parameter name="toCopyIn" type="E[]">
<parameter name="array" type="E[]">
</parameter>
</constructor>
<method name="add"
@@ -326671,7 +326671,7 @@
>
<parameter name="index" type="int">
</parameter>
<parameter name="element" type="E">
<parameter name="e" type="E">
</parameter>
</method>
<method name="addAll"
@@ -326799,7 +326799,9 @@
deprecated="not deprecated"
visibility="public"
>
<parameter name="o" type="java.lang.Object">
<parameter name="e" type="E">
</parameter>
<parameter name="index" type="int">
</parameter>
</method>
<method name="indexOf"
@@ -326812,9 +326814,7 @@
deprecated="not deprecated"
visibility="public"
>
<parameter name="e" type="E">
</parameter>
<parameter name="index" type="int">
<parameter name="o" type="java.lang.Object">
</parameter>
</method>
<method name="isEmpty"
@@ -326849,7 +326849,9 @@
deprecated="not deprecated"
visibility="public"
>
<parameter name="o" type="java.lang.Object">
<parameter name="e" type="E">
</parameter>
<parameter name="index" type="int">
</parameter>
</method>
<method name="lastIndexOf"
@@ -326862,9 +326864,7 @@
deprecated="not deprecated"
visibility="public"
>
<parameter name="e" type="E">
</parameter>
<parameter name="index" type="int">
<parameter name="o" type="java.lang.Object">
</parameter>
</method>
<method name="listIterator"
@@ -326955,7 +326955,7 @@
>
<parameter name="index" type="int">
</parameter>
<parameter name="element" type="E">
<parameter name="e" type="E">
</parameter>
</method>
<method name="size"