Skip to content

Commit f47e8d8

Browse files
Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT
1 parent 68431f2 commit f47e8d8

File tree

6 files changed

+4141
-4107
lines changed

6 files changed

+4141
-4107
lines changed

releases/snapshot-android/api/diffs/snapshot-android.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30432,7 +30432,9 @@
3043230432
<param name="factory" type="com.google.common.base.Supplier&lt;? extends java.util.Collection&lt;V&gt;&gt;"/>
3043330433
<doc>
3043430434
<![CDATA[Creates a new {@code Multimap} backed by {@code map}, whose internal value collections are
30435-
generated by {@code factory}.
30435+
generated by {@code factory}. Most users should prefer {@link MultimapBuilder}, though a small
30436+
number of users will need this method to cover map or collection types that {@link
30437+
MultimapBuilder} does not support.
3043630438

3043730439
<p><b>Warning: do not use</b> this method when the collections returned by {@code factory}
3043830440
implement either {@link List} or {@code Set}! Use the more specific method {@link
@@ -30475,7 +30477,9 @@
3047530477
<param name="factory" type="com.google.common.base.Supplier&lt;? extends java.util.List&lt;V&gt;&gt;"/>
3047630478
<doc>
3047730479
<![CDATA[Creates a new {@code ListMultimap} that uses the provided map and factory. It can generate a
30478-
multimap based on arbitrary {@link Map} and {@link List} classes.
30480+
multimap based on arbitrary {@link Map} and {@link List} classes. Most users should prefer
30481+
{@link MultimapBuilder}, though a small number of users will need this method to cover map or
30482+
collection types that {@link MultimapBuilder} does not support.
3047930483

3048030484
<p>The {@code factory}-generated and {@code map} classes determine the multimap iteration
3048130485
order. They also specify the behavior of the {@code equals}, {@code hashCode}, and {@code
@@ -30512,7 +30516,9 @@
3051230516
<param name="factory" type="com.google.common.base.Supplier&lt;? extends java.util.Set&lt;V&gt;&gt;"/>
3051330517
<doc>
3051430518
<![CDATA[Creates a new {@code SetMultimap} that uses the provided map and factory. It can generate a
30515-
multimap based on arbitrary {@link Map} and {@link Set} classes.
30519+
multimap based on arbitrary {@link Map} and {@link Set} classes. Most users should prefer
30520+
{@link MultimapBuilder}, though a small number of users will need this method to cover map or
30521+
collection types that {@link MultimapBuilder} does not support.
3051630522

3051730523
<p>The {@code factory}-generated and {@code map} classes determine the multimap iteration
3051830524
order. They also specify the behavior of the {@code equals}, {@code hashCode}, and {@code

0 commit comments

Comments
 (0)