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 Oct 27, 2023
1 parent 165bd79 commit 7fdbc02
Show file tree
Hide file tree
Showing 16 changed files with 537 additions and 525 deletions.
5 changes: 2 additions & 3 deletions releases/snapshot-android/api/diffs/snapshot-android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21639,9 +21639,8 @@
static="true" final="false" visibility="public"
deprecated="Use {@link ImmutableSortedMap#naturalOrder}, which offers better type-safety.">
<doc>
<![CDATA[Not supported. Use {@link ImmutableSortedMap#naturalOrder}, which offers better type-safety,
instead. This method exists only to hide {@link ImmutableMap#builder} from consumers of {@code
ImmutableSortedMap}.
<![CDATA[Not supported. Use {@link #naturalOrder}, which offers better type-safety, instead. This method
exists only to hide {@link ImmutableMap#builder} from consumers of {@code ImmutableSortedMap}.

@throws UnsupportedOperationException always
@deprecated Use {@link ImmutableSortedMap#naturalOrder}, which offers better type-safety.]]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1673,13 +1673,12 @@ <h4>descendingKeySet</h4>
<li class="blockList">
<h4>builder</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1158">builder</a>()</pre>
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1157">builder</a>()</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="#naturalOrder()"><code>naturalOrder()</code></a>, which offers better type-safety.</div>
</div>
<div class="block">Not supported. Use <a href="#naturalOrder()"><code>naturalOrder()</code></a>, which offers better type-safety,
instead. This method exists only to hide <a href="ImmutableMap.html#builder()"><code>ImmutableMap.builder()</code></a> from consumers of <code>
ImmutableSortedMap</code>.</div>
<div class="block">Not supported. Use <a href="#naturalOrder()"><code>naturalOrder()</code></a>, which offers better type-safety, instead. This method
exists only to hide <a href="ImmutableMap.html#builder()"><code>ImmutableMap.builder()</code></a> from consumers of <code>ImmutableSortedMap</code>.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.UnsupportedOperationException</code> - always</dd>
Expand All @@ -1693,7 +1692,7 @@ <h4>builder</h4>
<li class="blockList">
<h4>builderWithExpectedSize</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1170">builderWithExpectedSize</a>&#8203;(int&nbsp;expectedSize)</pre>
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1169">builderWithExpectedSize</a>&#8203;(int&nbsp;expectedSize)</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Not supported for ImmutableSortedMap.</div>
</div>
Expand All @@ -1713,7 +1712,7 @@ <h4>builderWithExpectedSize</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1185">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1184">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1)</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment"><b>Pass a key of type <code>Comparable</code> to use <a href="#of(K,V)"><code>of(Comparable, Object)</code></a>.</b></div>
Expand All @@ -1736,7 +1735,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1200">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1199">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2)</pre>
Expand All @@ -1761,7 +1760,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1215">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1214">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2,
Expand All @@ -1788,7 +1787,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1231">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1230">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2,
Expand Down Expand Up @@ -1818,7 +1817,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1247">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1246">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2,
Expand Down Expand Up @@ -1850,7 +1849,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1264">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1263">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2,
Expand Down Expand Up @@ -1884,7 +1883,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1281">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1280">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2,
Expand Down Expand Up @@ -1920,7 +1919,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1298">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1297">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2,
Expand Down Expand Up @@ -1958,7 +1957,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1330">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1329">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2,
Expand Down Expand Up @@ -1998,7 +1997,7 @@ <h4>of</h4>
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1364">of</a>&#8203;(K&nbsp;k1,
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1363">of</a>&#8203;(K&nbsp;k1,
V&nbsp;v1,
K&nbsp;k2,
V&nbsp;v2,
Expand Down Expand Up @@ -2038,7 +2037,7 @@ <h4>of</h4>
<li class="blockList">
<h4>ofEntries</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1395">ofEntries</a>&#8203;(java.util.Map.Entry&lt;? extends K,&#8203;? extends V&gt;...&nbsp;entries)</pre>
public static&nbsp;&lt;K,&#8203;V&gt;&nbsp;<a href="ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/ImmutableSortedMap.html#line.1394">ofEntries</a>&#8203;(java.util.Map.Entry&lt;? extends K,&#8203;? extends V&gt;...&nbsp;entries)</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <code>ImmutableSortedMap.copyOf(ImmutableMap.ofEntries(...))</code>.</div>
</div>
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.
4 changes: 4 additions & 0 deletions releases/snapshot-android/api/docs/serialized-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,10 @@ <h4>writeObject</h4>
<!-- -->
</a>
<h3>Class <a href="com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">com.google.common.collect.ImmutableMap</a> extends java.lang.Object implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>912559L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,9 @@
<span class="sourceLineNo">1133</span><a id="line.1133"> private void readObject(ObjectInputStream stream) throws InvalidObjectException {</a>
<span class="sourceLineNo">1134</span><a id="line.1134"> throw new InvalidObjectException("Use SerializedForm");</a>
<span class="sourceLineNo">1135</span><a id="line.1135"> }</a>
<span class="sourceLineNo">1136</span><a id="line.1136">}</a>
<span class="sourceLineNo">1136</span><a id="line.1136"></a>
<span class="sourceLineNo">1137</span><a id="line.1137"> private static final long serialVersionUID = 0xdecaf;</a>
<span class="sourceLineNo">1138</span><a id="line.1138">}</a>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,9 @@
<span class="sourceLineNo">1133</span><a id="line.1133"> private void readObject(ObjectInputStream stream) throws InvalidObjectException {</a>
<span class="sourceLineNo">1134</span><a id="line.1134"> throw new InvalidObjectException("Use SerializedForm");</a>
<span class="sourceLineNo">1135</span><a id="line.1135"> }</a>
<span class="sourceLineNo">1136</span><a id="line.1136">}</a>
<span class="sourceLineNo">1136</span><a id="line.1136"></a>
<span class="sourceLineNo">1137</span><a id="line.1137"> private static final long serialVersionUID = 0xdecaf;</a>
<span class="sourceLineNo">1138</span><a id="line.1138">}</a>



Expand Down
Loading

0 comments on commit 7fdbc02

Please sign in to comment.