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 Nov 4, 2023
1 parent 94fa73f commit e4e2131
Show file tree
Hide file tree
Showing 26 changed files with 2,890 additions and 2,858 deletions.
2 changes: 1 addition & 1 deletion javadocshortcuts/ForwardingBlockingDeque/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ForwardingBlockingDeque
permalink: /ForwardingBlockingDeque/
redirect_to: https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/collect/ForwardingBlockingDeque.html
redirect_to: https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/util/concurrent/ForwardingBlockingDeque.html
---
2 changes: 1 addition & 1 deletion javadocshortcuts/forwardingblockingdeque/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ForwardingBlockingDeque
permalink: /forwardingblockingdeque/
redirect_to: https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/collect/ForwardingBlockingDeque.html
redirect_to: https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/util/concurrent/ForwardingBlockingDeque.html
---
11 changes: 5 additions & 6 deletions releases/snapshot-android/api/diffs/snapshot-android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22421,9 +22421,9 @@
static="true" final="false" visibility="public"
deprecated="Use {@link ImmutableSortedMultiset#naturalOrder}, which offers better type-safety.">
<doc>
<![CDATA[Not supported. Use {@link ImmutableSortedMultiset#naturalOrder}, which offers better
type-safety, instead. This method exists only to hide {@link ImmutableMultiset#builder} from
consumers of {@code ImmutableSortedMultiset}.
<![CDATA[Not supported. Use {@link #naturalOrder}, which offers better type-safety, instead. This method
exists only to hide {@link ImmutableMultiset#builder} from consumers of {@code
ImmutableSortedMultiset}.

@throws UnsupportedOperationException always
@deprecated Use {@link ImmutableSortedMultiset#naturalOrder}, which offers better type-safety.]]>
Expand Down Expand Up @@ -23277,9 +23277,8 @@
static="true" final="false" visibility="public"
deprecated="Use {@link ImmutableSortedSet#naturalOrder}, which offers better type-safety.">
<doc>
<![CDATA[Not supported. Use {@link ImmutableSortedSet#naturalOrder}, which offers better type-safety,
instead. This method exists only to hide {@link ImmutableSet#builder} from consumers of {@code
ImmutableSortedSet}.
<![CDATA[Not supported. Use {@link #naturalOrder}, which offers better type-safety, instead. This method
exists only to hide {@link ImmutableSet#builder} from consumers of {@code ImmutableSortedSet}.

@throws UnsupportedOperationException always
@deprecated Use {@link ImmutableSortedSet#naturalOrder}, which offers better type-safety.]]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2 title="Class ImmutableMultiset.Builder" class="title">Class ImmutableMultise
<dd><a href="ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</a>&lt;<a href="ImmutableMultiset.html" title="type parameter in ImmutableMultiset">E</a>&gt;</dd>
</dl>
<hr>
<pre>public static class <a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.html#line.433">ImmutableMultiset.Builder</a>&lt;E&gt;
<pre>public static class <a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.html#line.434">ImmutableMultiset.Builder</a>&lt;E&gt;
extends <a href="ImmutableCollection.Builder.html" title="class in com.google.common.collect">ImmutableCollection.Builder</a>&lt;E&gt;</pre>
<div class="block">A builder for creating immutable multiset instances, especially <code>public static final</code>
multisets ("constant multisets"). Example:
Expand Down Expand Up @@ -292,7 +292,7 @@ <h3>Constructor Detail</h3>
<ul class="blockListLast">
<li class="blockList">
<h4>Builder</h4>
<pre>public&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.457">Builder</a>()</pre>
<pre>public&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.458">Builder</a>()</pre>
<div class="block">Creates a new builder. The returned builder is equivalent to the builder generated by <a href="ImmutableMultiset.html#builder()"><code>ImmutableMultiset.builder()</code></a>.</div>
</li>
</ul>
Expand All @@ -315,7 +315,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&nbsp;<a href="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.477">add</a>&#8203;(<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&nbsp;element)</pre>
public&nbsp;<a href="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.478">add</a>&#8203;(<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&nbsp;element)</pre>
<div class="block">Adds <code>element</code> to the <code>ImmutableMultiset</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
Expand All @@ -338,7 +338,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="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.490">add</a>&#8203;(<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>...&nbsp;elements)</pre>
public&nbsp;<a href="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.491">add</a>&#8203;(<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>...&nbsp;elements)</pre>
<div class="block">Adds each element of <code>elements</code> to the <code>ImmutableMultiset</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
Expand All @@ -361,7 +361,7 @@ <h4>add</h4>
<li class="blockList">
<h4>addCopies</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="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.508">addCopies</a>&#8203;(<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&nbsp;element,
public&nbsp;<a href="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.509">addCopies</a>&#8203;(<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&nbsp;element,
int&nbsp;occurrences)</pre>
<div class="block">Adds a number of occurrences of an element to this <code>ImmutableMultiset</code>.</div>
<dl>
Expand All @@ -387,7 +387,7 @@ <h4>addCopies</h4>
<li class="blockList">
<h4>setCount</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="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.534">setCount</a>&#8203;(<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&nbsp;element,
public&nbsp;<a href="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.535">setCount</a>&#8203;(<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&nbsp;element,
int&nbsp;count)</pre>
<div class="block">Adds or removes the necessary occurrences of an element such that the element attains the
desired count.</div>
Expand All @@ -410,7 +410,7 @@ <h4>setCount</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="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.563">addAll</a>&#8203;(java.lang.Iterable&lt;? extends <a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;elements)</pre>
public&nbsp;<a href="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.564">addAll</a>&#8203;(java.lang.Iterable&lt;? extends <a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;elements)</pre>
<div class="block">Adds each element of <code>elements</code> to the <code>ImmutableMultiset</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
Expand All @@ -431,7 +431,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="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.595">addAll</a>&#8203;(java.util.Iterator&lt;? extends <a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;elements)</pre>
public&nbsp;<a href="ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.596">addAll</a>&#8203;(java.util.Iterator&lt;? extends <a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;elements)</pre>
<div class="block">Adds each element of <code>elements</code> to the <code>ImmutableMultiset</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
Expand All @@ -451,7 +451,7 @@ <h4>addAll</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>build</h4>
<pre class="methodSignature">public&nbsp;<a href="ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.622">build</a>()</pre>
<pre class="methodSignature">public&nbsp;<a href="ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</a>&lt;<a href="ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableMultiset.Builder.html#line.623">build</a>()</pre>
<div class="block">Returns a newly-created <code>ImmutableMultiset</code> based on the contents of the <code>
Builder</code>.</div>
<dl>
Expand Down
Loading

0 comments on commit e4e2131

Please sign in to comment.