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 May 4, 2024
1 parent 54f0b90 commit 69c5b8d
Show file tree
Hide file tree
Showing 14 changed files with 922 additions and 909 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <H2>
<A NAME="com.google.common.collect.TreeRangeMap.merge_removed(com.google.common.collect.Range<K>, V, java.util.function.BiFunction<? super V, ? super V, ? extends V>)"></A>
<nobr><code>void</code>&nbsp;<A HREF="../../../../snapshot-jre/api/docs/com/google/common/collect/TreeRangeMap.html#merge(com.google.common.collect.Range<K>, V, java.util.function.BiFunction<? super V, ? super V, ? extends V>)" target="_top"><tt>merge</tt></A>(<code>Range&lt;K&gt;,</nobr> V<nobr>,</nobr> BiFunction&lt;?<nobr>,</nobr> super<nobr>,</nobr> V<nobr>,</nobr> ?<nobr>,</nobr> super<nobr>,</nobr> V<nobr>,</nobr> ?<nobr>,</nobr> extends<nobr>,</nobr> V&gt;<nobr><nobr></code>)</nobr>
</TD>
<TD>&nbsp;</TD>
<TD VALIGN="TOP">@since 28.1</TD>
</TR>
</TABLE>
&nbsp;
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.
Binary file modified releases/snapshot-android/api/docs/type-search-index.zip
Binary file not shown.
6 changes: 5 additions & 1 deletion releases/snapshot-jre/api/diffs/snapshot-jre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20694,7 +20694,8 @@
<![CDATA[Guaranteed to throw an exception and leave the {@code RangeMap} unmodified.

@throws UnsupportedOperationException always
@deprecated Unsupported operation.]]>
@deprecated Unsupported operation.
@since 28.1]]>
</doc>
</method>
<method name="asMapOfRanges" return="com.google.common.collect.ImmutableMap&lt;com.google.common.collect.Range&lt;K&gt;, V&gt;"
Expand Down Expand Up @@ -37723,6 +37724,9 @@
<param name="range" type="com.google.common.collect.Range&lt;K&gt;"/>
<param name="value" type="V"/>
<param name="remappingFunction" type="java.util.function.BiFunction&lt;? super V, ? super V, ? extends V&gt;"/>
<doc>
<![CDATA[@since 28.1]]>
</doc>
</method>
<method name="asMapOfRanges" return="java.util.Map&lt;com.google.common.collect.Range&lt;K&gt;, V&gt;"
abstract="false" native="false" synchronized="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ <h4>remove</h4>
<li class="blockList">
<h4>merge</h4>
<pre class="methodSignature">@Deprecated
public final&nbsp;void&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.298">merge</a>&#8203;(<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>&gt;&nbsp;range,
public final&nbsp;void&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.299">merge</a>&#8203;(<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>&gt;&nbsp;range,
<a href="https://checkerframework.org/api/javax/annotation/CheckForNull.html?is-external=true" title="class or interface in javax.annotation" class="externalLink">@CheckForNull</a>
<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&nbsp;value,
java.util.function.BiFunction&lt;? super <a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>,&#8203;? super <a href="https://checkerframework.org/api/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> <a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>,&#8203;? extends <a href="https://checkerframework.org/api/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> <a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&gt;&nbsp;remappingFunction)</pre>
Expand All @@ -622,6 +622,8 @@ <h4>merge</h4>
<dd><code><a href="RangeMap.html#merge(com.google.common.collect.Range,V,java.util.function.BiFunction)">merge</a></code>&nbsp;in interface&nbsp;<code><a href="RangeMap.html" title="interface in com.google.common.collect">RangeMap</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a> extends java.lang.Comparable&lt;?&gt;,&#8203;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&gt;</code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.UnsupportedOperationException</code> - always</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>28.1</dd>
</dl>
</li>
</ul>
Expand All @@ -631,7 +633,7 @@ <h4>merge</h4>
<ul class="blockList">
<li class="blockList">
<h4>asMapOfRanges</h4>
<pre class="methodSignature">public&nbsp;<a href="ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</a>&lt;<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>&gt;,&#8203;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.308">asMapOfRanges</a>()</pre>
<pre class="methodSignature">public&nbsp;<a href="ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</a>&lt;<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>&gt;,&#8203;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.309">asMapOfRanges</a>()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="RangeMap.html#asMapOfRanges()">RangeMap</a></code></span></div>
<div class="block">Returns a view of this range map as an unmodifiable <code>Map&lt;Range&lt;K&gt;, V&gt;</code>. Modifications to
this range map are guaranteed to read through to the returned <code>Map</code>.
Expand All @@ -652,7 +654,7 @@ <h4>asMapOfRanges</h4>
<ul class="blockList">
<li class="blockList">
<h4>asDescendingMapOfRanges</h4>
<pre class="methodSignature">public&nbsp;<a href="ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</a>&lt;<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>&gt;,&#8203;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.318">asDescendingMapOfRanges</a>()</pre>
<pre class="methodSignature">public&nbsp;<a href="ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</a>&lt;<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>&gt;,&#8203;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.319">asDescendingMapOfRanges</a>()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="RangeMap.html#asDescendingMapOfRanges()">RangeMap</a></code></span></div>
<div class="block">Returns a view of this range map as an unmodifiable <code>Map&lt;Range&lt;K&gt;, V&gt;</code>. Modifications to
this range map are guaranteed to read through to the returned <code>Map</code>.
Expand All @@ -673,7 +675,7 @@ <h4>asDescendingMapOfRanges</h4>
<ul class="blockList">
<li class="blockList">
<h4>subRangeMap</h4>
<pre class="methodSignature">public&nbsp;<a href="ImmutableRangeMap.html" title="class in com.google.common.collect">ImmutableRangeMap</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>,&#8203;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.328">subRangeMap</a>&#8203;(<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>&gt;&nbsp;range)</pre>
<pre class="methodSignature">public&nbsp;<a href="ImmutableRangeMap.html" title="class in com.google.common.collect">ImmutableRangeMap</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>,&#8203;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">V</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.329">subRangeMap</a>&#8203;(<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;<a href="ImmutableRangeMap.html" title="type parameter in ImmutableRangeMap">K</a>&gt;&nbsp;range)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="RangeMap.html#subRangeMap(com.google.common.collect.Range)">RangeMap</a></code></span></div>
<div class="block">Returns a view of the part of this range map that intersects with <code>range</code>.

Expand All @@ -698,7 +700,7 @@ <h4>subRangeMap</h4>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.405">hashCode</a>()</pre>
<pre class="methodSignature">public&nbsp;int&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.406">hashCode</a>()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="RangeMap.html#hashCode()">RangeMap</a></code></span></div>
<div class="block">Returns <code>asMapOfRanges().hashCode()</code>.</div>
<dl>
Expand All @@ -715,7 +717,7 @@ <h4>hashCode</h4>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.410">equals</a>&#8203;(<a href="https://checkerframework.org/api/javax/annotation/CheckForNull.html?is-external=true" title="class or interface in javax.annotation" class="externalLink">@CheckForNull</a>
<pre class="methodSignature">public&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.411">equals</a>&#8203;(<a href="https://checkerframework.org/api/javax/annotation/CheckForNull.html?is-external=true" title="class or interface in javax.annotation" class="externalLink">@CheckForNull</a>
java.lang.Object&nbsp;o)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="RangeMap.html#equals(java.lang.Object)">RangeMap</a></code></span></div>
<div class="block">Returns <code>true</code> if <code>obj</code> is another <code>RangeMap</code> that has an equivalent <a href="RangeMap.html#asMapOfRanges()"><code>RangeMap.asMapOfRanges()</code></a>.</div>
Expand All @@ -733,7 +735,7 @@ <h4>equals</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.419">toString</a>()</pre>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableRangeMap.html#line.420">toString</a>()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="RangeMap.html#toString()">RangeMap</a></code></span></div>
<div class="block">Returns a readable string representation of this range map.</div>
<dl>
Expand Down
Loading

0 comments on commit 69c5b8d

Please sign in to comment.