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 Jul 9, 2024
1 parent 678abc4 commit 81251d6
Show file tree
Hide file tree
Showing 32 changed files with 14,753 additions and 14,767 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2 title="Class ImmutableSortedMap.Builder" class="title">Class ImmutableSorted
<dd><a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;<a href="ImmutableSortedMap.html" title="type parameter in ImmutableSortedMap">K</a>,&#8203;<a href="ImmutableSortedMap.html" title="type parameter in ImmutableSortedMap">V</a>&gt;</dd>
</dl>
<hr>
<pre>public static class <a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.612">ImmutableSortedMap.Builder</a>&lt;K,&#8203;V&gt;
<pre>public static class <a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.611">ImmutableSortedMap.Builder</a>&lt;K,&#8203;V&gt;
extends <a href="ImmutableMap.Builder.html" title="class in com.google.common.collect">ImmutableMap.Builder</a>&lt;K,&#8203;V&gt;</pre>
<div class="block">A builder for creating immutable sorted map instances, especially <code>public static final</code>
maps ("constant maps"). Example:
Expand Down Expand Up @@ -299,7 +299,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/ImmutableSortedMap.Builder.html#line.621">Builder</a>&#8203;(java.util.Comparator&lt;? super <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>&gt;&nbsp;comparator)</pre>
<pre>public&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.620">Builder</a>&#8203;(java.util.Comparator&lt;? super <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>&gt;&nbsp;comparator)</pre>
<div class="block">Creates a new builder. The returned builder is equivalent to the builder generated by <a href="ImmutableSortedMap.html#orderedBy(java.util.Comparator)"><code>ImmutableSortedMap.orderedBy(java.util.Comparator&lt;K&gt;)</code></a>.</div>
</li>
</ul>
Expand All @@ -322,7 +322,7 @@ <h3>Method Detail</h3>
<li class="blockList">
<h4>put</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="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.644">put</a>&#8203;(<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>&nbsp;key,
public&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.643">put</a>&#8203;(<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>&nbsp;key,
<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&nbsp;value)</pre>
<div class="block">Associates <code>key</code> with <code>value</code> in the built map. Duplicate keys, according to the
comparator (which might be the keys' natural order), are not allowed, and will cause <a href="#build()"><code>build()</code></a> to fail.</div>
Expand All @@ -339,7 +339,7 @@ <h4>put</h4>
<li class="blockList">
<h4>put</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="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.662">put</a>&#8203;(java.util.Map.Entry&lt;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;entry)</pre>
public&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.661">put</a>&#8203;(java.util.Map.Entry&lt;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;entry)</pre>
<div class="block">Adds the given <code>entry</code> to the map, making it immutable if necessary. Duplicate keys,
according to the comparator (which might be the keys' natural order), are not allowed, and
will cause <a href="#build()"><code>build()</code></a> to fail.</div>
Expand All @@ -358,7 +358,7 @@ <h4>put</h4>
<li class="blockList">
<h4>putAll</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="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.676">putAll</a>&#8203;(java.util.Map&lt;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;map)</pre>
public&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.675">putAll</a>&#8203;(java.util.Map&lt;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;map)</pre>
<div class="block">Associates all of the given map's keys and values in the built map. Duplicate keys, according
to the comparator (which might be the keys' natural order), are not allowed, and will cause
<a href="#build()"><code>build()</code></a> to fail.</div>
Expand All @@ -377,7 +377,7 @@ <h4>putAll</h4>
<li class="blockList">
<h4>putAll</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="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.691">putAll</a>&#8203;(java.lang.Iterable&lt;? extends java.util.Map.Entry&lt;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&gt;&nbsp;entries)</pre>
public&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.690">putAll</a>&#8203;(java.lang.Iterable&lt;? extends java.util.Map.Entry&lt;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;? extends <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&gt;&nbsp;entries)</pre>
<div class="block">Adds all the given entries to the built map. Duplicate keys, according to the comparator
(which might be the keys' natural order), are not allowed, and will cause <a href="#build()"><code>build()</code></a> to
fail.</div>
Expand All @@ -399,7 +399,7 @@ <h4>putAll</h4>
<h4>orderEntriesByValue</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>
@Deprecated
public final&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.704">orderEntriesByValue</a>&#8203;(java.util.Comparator&lt;? super <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;valueComparator)</pre>
public final&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.703">orderEntriesByValue</a>&#8203;(java.util.Comparator&lt;? super <a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;valueComparator)</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Unsupported by ImmutableSortedMap.Builder.</div>
</div>
Expand All @@ -418,7 +418,7 @@ <h4>orderEntriesByValue</h4>
<ul class="blockList">
<li class="blockList">
<h4>build</h4>
<pre class="methodSignature">public&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.731">build</a>()</pre>
<pre class="methodSignature">public&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.730">build</a>()</pre>
<div class="block">Returns a newly-created immutable sorted map.

<p>Prefer the equivalent method <a href="#buildOrThrow()"><code>buildOrThrow()</code></a> to make it explicit that the method
Expand All @@ -439,7 +439,7 @@ <h4>build</h4>
<ul class="blockList">
<li class="blockList">
<h4>buildOrThrow</h4>
<pre class="methodSignature">public&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.744">buildOrThrow</a>()</pre>
<pre class="methodSignature">public&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.743">buildOrThrow</a>()</pre>
<div class="block">Returns a newly-created immutable sorted map, or throws an exception if any two keys are
equal.</div>
<dl>
Expand All @@ -460,7 +460,7 @@ <h4>buildOrThrow</h4>
<li class="blockList">
<h4>buildKeepingLast</h4>
<pre class="methodSignature">@Deprecated
public final&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.798">buildKeepingLast</a>()</pre>
public final&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</a>,&#8203;<a href="ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.Builder.html#line.797">buildKeepingLast</a>()</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">This method is not currently implemented, and may never be.</div>
</div>
Expand Down
Loading

0 comments on commit 81251d6

Please sign in to comment.