Skip to content

Commit 3447c2d

Browse files
Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT
1 parent 9cdb523 commit 3447c2d

File tree

14 files changed

+8783
-8655
lines changed

14 files changed

+8783
-8655
lines changed

releases/snapshot-android/api/docs/com/google/common/collect/Sets.SetView.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 title="Class Sets.SetView" class="title">Class Sets.SetView&lt;E extends <a
150150
<dd><a href="Sets.html" title="class in com.google.common.collect">Sets</a></dd>
151151
</dl>
152152
<hr>
153-
<pre>public abstract static class <a href="../../../../src-html/com/google/common/collect/Sets.html#line.593">Sets.SetView</a>&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;
153+
<pre>public abstract static class <a href="../../../../src-html/com/google/common/collect/Sets.html#line.594">Sets.SetView</a>&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;
154154
extends java.util.AbstractSet&lt;E&gt;</pre>
155155
<div class="block">An unmodifiable view of a set which may be backed by other sets; this view will change as the
156156
backing sets do. Contains methods to copy the data into a new set which will then remain
@@ -321,7 +321,7 @@ <h3>Method Detail</h3>
321321
<ul class="blockList">
322322
<li class="blockList">
323323
<h4>immutableCopy</h4>
324-
<pre class="methodSignature">public&nbsp;<a href="ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</a>&lt;<a href="https://checkerframework.org/api/org/checkerframework/checker/nullness/qual/NonNull.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@NonNull</a> <a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.604">immutableCopy</a>()</pre>
324+
<pre class="methodSignature">public&nbsp;<a href="ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</a>&lt;<a href="https://checkerframework.org/api/org/checkerframework/checker/nullness/qual/NonNull.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@NonNull</a> <a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.605">immutableCopy</a>()</pre>
325325
<div class="block">Returns an immutable copy of the current contents of this set view. Does not support null
326326
elements.
327327

@@ -339,7 +339,7 @@ <h4>immutableCopy</h4>
339339
<li class="blockList">
340340
<h4>copyInto</h4>
341341
<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>
342-
public&nbsp;&lt;S extends java.util.Set&lt;<a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&gt;&gt;&nbsp;S&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.618">copyInto</a>&#8203;(S&nbsp;set)</pre>
342+
public&nbsp;&lt;S extends java.util.Set&lt;<a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&gt;&gt;&nbsp;S&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.628">copyInto</a>&#8203;(S&nbsp;set)</pre>
343343
<div class="block">Copies the current contents of this set view into an existing set. This method has equivalent
344344
behavior to <code>set.addAll(this)</code>, assuming that all the sets involved are based on the
345345
same notion of equivalence.</div>
@@ -359,7 +359,7 @@ <h4>copyInto</h4>
359359
<h4>add</h4>
360360
<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>
361361
@Deprecated
362-
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.630">add</a>&#8203;(<a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&nbsp;e)</pre>
362+
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.640">add</a>&#8203;(<a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&nbsp;e)</pre>
363363
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
364364
<div class="deprecationComment">Unsupported operation.</div>
365365
</div>
@@ -384,7 +384,7 @@ <h4>add</h4>
384384
<h4>remove</h4>
385385
<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>
386386
@Deprecated
387-
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.644">remove</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>
387+
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.654">remove</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>
388388
java.lang.Object&nbsp;object)</pre>
389389
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
390390
<div class="deprecationComment">Unsupported operation.</div>
@@ -410,7 +410,7 @@ <h4>remove</h4>
410410
<h4>addAll</h4>
411411
<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>
412412
@Deprecated
413-
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.658">addAll</a>&#8203;(java.util.Collection&lt;? extends <a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&gt;&nbsp;newElements)</pre>
413+
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.668">addAll</a>&#8203;(java.util.Collection&lt;? extends <a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&gt;&nbsp;newElements)</pre>
414414
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
415415
<div class="deprecationComment">Unsupported operation.</div>
416416
</div>
@@ -435,7 +435,7 @@ <h4>addAll</h4>
435435
<h4>removeAll</h4>
436436
<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>
437437
@Deprecated
438-
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.672">removeAll</a>&#8203;(java.util.Collection&lt;?&gt;&nbsp;oldElements)</pre>
438+
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.682">removeAll</a>&#8203;(java.util.Collection&lt;?&gt;&nbsp;oldElements)</pre>
439439
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
440440
<div class="deprecationComment">Unsupported operation.</div>
441441
</div>
@@ -460,7 +460,7 @@ <h4>removeAll</h4>
460460
<h4>retainAll</h4>
461461
<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>
462462
@Deprecated
463-
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.686">retainAll</a>&#8203;(java.util.Collection&lt;?&gt;&nbsp;elementsToKeep)</pre>
463+
public final&nbsp;boolean&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.696">retainAll</a>&#8203;(java.util.Collection&lt;?&gt;&nbsp;elementsToKeep)</pre>
464464
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
465465
<div class="deprecationComment">Unsupported operation.</div>
466466
</div>
@@ -484,7 +484,7 @@ <h4>retainAll</h4>
484484
<li class="blockList">
485485
<h4>clear</h4>
486486
<pre class="methodSignature">@Deprecated
487-
public final&nbsp;void&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.700">clear</a>()</pre>
487+
public final&nbsp;void&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.710">clear</a>()</pre>
488488
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
489489
<div class="deprecationComment">Unsupported operation.</div>
490490
</div>
@@ -507,7 +507,7 @@ <h4>clear</h4>
507507
<ul class="blockListLast">
508508
<li class="blockList">
509509
<h4>iterator</h4>
510-
<pre class="methodSignature">public abstract&nbsp;<a href="UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</a>&lt;<a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.712">iterator</a>()</pre>
510+
<pre class="methodSignature">public abstract&nbsp;<a href="UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</a>&lt;<a href="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.722">iterator</a>()</pre>
511511
<div class="block">Scope the return type to <a href="UnmodifiableIterator.html" title="class in com.google.common.collect"><code>UnmodifiableIterator</code></a> to ensure this is an unmodifiable view.</div>
512512
<dl>
513513
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

0 commit comments

Comments
 (0)