Skip to content

Commit

Permalink
Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Aug 12, 2024
1 parent a942ebc commit a7c3955
Show file tree
Hide file tree
Showing 16 changed files with 592 additions and 586 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h3>Method Detail</h3>
<li class="blockList">
<h4>add</h4>
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public abstract&nbsp;<a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.432">add</a>&#8203;(<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&nbsp;element)</pre>
public abstract&nbsp;<a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.434">add</a>&#8203;(<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&nbsp;element)</pre>
<div class="block">Adds <code>element</code> to the <code>ImmutableCollection</code> being built.

<p>Note that each builder class covariantly returns its own type from this method.</div>
Expand All @@ -260,7 +260,7 @@ <h4>add</h4>
<li class="blockList">
<h4>add</h4>
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.445">add</a>&#8203;(<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>...&nbsp;elements)</pre>
public&nbsp;<a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.447">add</a>&#8203;(<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>...&nbsp;elements)</pre>
<div class="block">Adds each element of <code>elements</code> to the <code>ImmutableCollection</code> being built.

<p>Note that each builder class overrides this method in order to covariantly return its own
Expand All @@ -282,7 +282,7 @@ <h4>add</h4>
<li class="blockList">
<h4>addAll</h4>
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.463">addAll</a>&#8203;(java.lang.Iterable&lt;? extends <a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;elements)</pre>
public&nbsp;<a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.465">addAll</a>&#8203;(java.lang.Iterable&lt;? extends <a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;elements)</pre>
<div class="block">Adds each element of <code>elements</code> to the <code>ImmutableCollection</code> being built.

<p>Note that each builder class overrides this method in order to covariantly return its own
Expand All @@ -304,7 +304,7 @@ <h4>addAll</h4>
<li class="blockList">
<h4>addAll</h4>
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.481">addAll</a>&#8203;(java.util.Iterator&lt;? extends <a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;elements)</pre>
public&nbsp;<a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.483">addAll</a>&#8203;(java.util.Iterator&lt;? extends <a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;elements)</pre>
<div class="block">Adds each element of <code>elements</code> to the <code>ImmutableCollection</code> being built.

<p>Note that each builder class overrides this method in order to covariantly return its own
Expand All @@ -325,7 +325,7 @@ <h4>addAll</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>build</h4>
<pre class="methodSignature">public abstract&nbsp;<a href="ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.496">build</a>()</pre>
<pre class="methodSignature">public abstract&nbsp;<a href="ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</a>&lt;<a href="ImmutableCollection.Builder.html" title="type parameter in ImmutableCollection.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableCollection.Builder.html#line.498">build</a>()</pre>
<div class="block">Returns a newly-created <code>ImmutableCollection</code> of the appropriate type, containing the
elements provided to this builder.

Expand Down
Binary file modified releases/snapshot-android/api/docs/member-search-index.zip
Binary file not shown.
Binary file modified releases/snapshot-android/api/docs/package-search-index.zip
Binary file not shown.
Loading

0 comments on commit a7c3955

Please sign in to comment.