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 9, 2023
1 parent 9325f0d commit 8cc3af7
Show file tree
Hide file tree
Showing 13 changed files with 961 additions and 947 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ <h4>combinations</h4>
<ul class="blockList">
<li class="blockList">
<h4>unmodifiableNavigableSet</h4>
<pre class="methodSignature">public static&nbsp;&lt;E 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> java.lang.Object&gt;&nbsp;java.util.NavigableSet&lt;E&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.html#line.1751">unmodifiableNavigableSet</a>&#8203;(java.util.NavigableSet&lt;E&gt;&nbsp;set)</pre>
<pre class="methodSignature">public static&nbsp;&lt;E 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> java.lang.Object&gt;&nbsp;java.util.NavigableSet&lt;E&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.html#line.1752">unmodifiableNavigableSet</a>&#8203;(java.util.NavigableSet&lt;E&gt;&nbsp;set)</pre>
<div class="block">Returns an unmodifiable view of the specified navigable set. This method allows modules to
provide users with "read-only" access to internal navigable sets. Query operations on the
returned set "read through" to the specified set, and attempts to modify the returned set,
Expand All @@ -1414,7 +1414,7 @@ <h4>unmodifiableNavigableSet</h4>
<li class="blockList">
<h4>synchronizedNavigableSet</h4>
<pre class="methodSignature"><a href="../annotations/GwtIncompatible.html" title="annotation in com.google.common.annotations">@GwtIncompatible</a>
public static&nbsp;&lt;E 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> java.lang.Object&gt;&nbsp;java.util.NavigableSet&lt;E&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.html#line.1897">synchronizedNavigableSet</a>&#8203;(java.util.NavigableSet&lt;E&gt;&nbsp;navigableSet)</pre>
public static&nbsp;&lt;E 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> java.lang.Object&gt;&nbsp;java.util.NavigableSet&lt;E&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.html#line.1898">synchronizedNavigableSet</a>&#8203;(java.util.NavigableSet&lt;E&gt;&nbsp;navigableSet)</pre>
<div class="block">Returns a synchronized (thread-safe) navigable set backed by the specified navigable set. In
order to guarantee serial access, it is critical that <b>all</b> access to the backing
navigable set is accomplished through the returned navigable set (or its views).
Expand Down Expand Up @@ -1473,7 +1473,7 @@ <h4>synchronizedNavigableSet</h4>
<li class="blockList">
<h4>subSet</h4>
<pre class="methodSignature"><a href="../annotations/GwtIncompatible.html" title="annotation in com.google.common.annotations">@GwtIncompatible</a>
public static&nbsp;&lt;K extends java.lang.Comparable&lt;? super K&gt;&gt;&nbsp;java.util.NavigableSet&lt;K&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.html#line.2090">subSet</a>&#8203;(java.util.NavigableSet&lt;K&gt;&nbsp;set,
public static&nbsp;&lt;K extends java.lang.Comparable&lt;? super K&gt;&gt;&nbsp;java.util.NavigableSet&lt;K&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.html#line.2091">subSet</a>&#8203;(java.util.NavigableSet&lt;K&gt;&nbsp;set,
<a href="Range.html" title="class in com.google.common.collect">Range</a>&lt;K&gt;&nbsp;range)</pre>
<div class="block">Returns a view of the portion of <code>set</code> whose elements are contained by <code>range</code>.

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 @@ -1316,6 +1316,10 @@ <h2 title="Package">Package&nbsp;com.google.common.hash</h2>
<!-- -->
</a>
<h3>Class <a href="com/google/common/hash/BloomFilter.html" title="class in com.google.common.hash">com.google.common.hash.BloomFilter</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
Loading

0 comments on commit 8cc3af7

Please sign in to comment.