You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd><ahref="Sets.html" title="class in com.google.common.collect">Sets</a></dd>
151
151
</dl>
152
152
<hr>
153
-
<pre>public abstract static class <ahref="../../../../src-html/com/google/common/collect/Sets.html#line.593">Sets.SetView</a><E extends <ahref="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>
153
+
<pre>public abstract static class <ahref="../../../../src-html/com/google/common/collect/Sets.html#line.594">Sets.SetView</a><E extends <ahref="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>
154
154
extends java.util.AbstractSet<E></pre>
155
155
<divclass="block">An unmodifiable view of a set which may be backed by other sets; this view will change as the
156
156
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>
321
321
<ulclass="blockList">
322
322
<liclass="blockList">
323
323
<h4>immutableCopy</h4>
324
-
<preclass="methodSignature">public <ahref="ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</a><<ahref="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><ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>> <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.604">immutableCopy</a>()</pre>
324
+
<preclass="methodSignature">public <ahref="ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</a><<ahref="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><ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>> <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.605">immutableCopy</a>()</pre>
325
325
<divclass="block">Returns an immutable copy of the current contents of this set view. Does not support null
326
326
elements.
327
327
@@ -339,7 +339,7 @@ <h4>immutableCopy</h4>
339
339
<liclass="blockList">
340
340
<h4>copyInto</h4>
341
341
<preclass="methodSignature"><ahref="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 <S extends java.util.Set<<ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>>> S <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.618">copyInto</a>​(S set)</pre>
342
+
public <S extends java.util.Set<<ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>>> S <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.628">copyInto</a>​(S set)</pre>
343
343
<divclass="block">Copies the current contents of this set view into an existing set. This method has equivalent
344
344
behavior to <code>set.addAll(this)</code>, assuming that all the sets involved are based on the
345
345
same notion of equivalence.</div>
@@ -359,7 +359,7 @@ <h4>copyInto</h4>
359
359
<h4>add</h4>
360
360
<preclass="methodSignature"><ahref="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>
361
361
@Deprecated
362
-
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.630">add</a>​(<ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a> e)</pre>
362
+
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.640">add</a>​(<ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a> e)</pre>
<preclass="methodSignature"><ahref="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>
386
386
@Deprecated
387
-
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.644">remove</a>​(<ahref="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 boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.654">remove</a>​(<ahref="https://checkerframework.org/api/javax/annotation/CheckForNull.html?is-external=true" title="class or interface in javax.annotation" class="externalLink">@CheckForNull</a>
<preclass="methodSignature"><ahref="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>
412
412
@Deprecated
413
-
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.658">addAll</a>​(java.util.Collection<? extends <ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>> newElements)</pre>
413
+
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.668">addAll</a>​(java.util.Collection<? extends <ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>> newElements)</pre>
<preclass="methodSignature"><ahref="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>
437
437
@Deprecated
438
-
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.672">removeAll</a>​(java.util.Collection<?> oldElements)</pre>
438
+
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.682">removeAll</a>​(java.util.Collection<?> oldElements)</pre>
<preclass="methodSignature"><ahref="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>
462
462
@Deprecated
463
-
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.686">retainAll</a>​(java.util.Collection<?> elementsToKeep)</pre>
463
+
public final boolean <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.696">retainAll</a>​(java.util.Collection<?> elementsToKeep)</pre>
<preclass="methodSignature">public abstract <ahref="UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</a><<ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>> <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.712">iterator</a>()</pre>
510
+
<preclass="methodSignature">public abstract <ahref="UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</a><<ahref="Sets.SetView.html" title="type parameter in Sets.SetView">E</a>> <ahref="../../../../src-html/com/google/common/collect/Sets.SetView.html#line.722">iterator</a>()</pre>
511
511
<divclass="block">Scope the return type to <ahref="UnmodifiableIterator.html" title="class in com.google.common.collect"><code>UnmodifiableIterator</code></a> to ensure this is an unmodifiable view.</div>
0 commit comments