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 3, 2024
1 parent 2316d1e commit d36481e
Show file tree
Hide file tree
Showing 10 changed files with 698 additions and 700 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ <h4>singletonIterator</h4>
<ul class="blockList">
<li class="blockList">
<h4>forEnumeration</h4>
<pre class="methodSignature">public static&nbsp;&lt;T 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;<a href="UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</a>&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1146">forEnumeration</a>&#8203;(java.util.Enumeration&lt;T&gt;&nbsp;enumeration)</pre>
<pre class="methodSignature">public static&nbsp;&lt;T 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;<a href="UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</a>&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1145">forEnumeration</a>&#8203;(java.util.Enumeration&lt;T&gt;&nbsp;enumeration)</pre>
<div class="block">Adapts an <code>Enumeration</code> to the <code>Iterator</code> interface.

<p>This method has no equivalent in <a href="Iterables.html" title="class in com.google.common.collect"><code>Iterables</code></a> because viewing an <code>Enumeration</code> as
Expand All @@ -1376,7 +1376,7 @@ <h4>forEnumeration</h4>
<ul class="blockList">
<li class="blockList">
<h4>asEnumeration</h4>
<pre class="methodSignature">public static&nbsp;&lt;T 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.Enumeration&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1169">asEnumeration</a>&#8203;(java.util.Iterator&lt;T&gt;&nbsp;iterator)</pre>
<pre class="methodSignature">public static&nbsp;&lt;T 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.Enumeration&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1168">asEnumeration</a>&#8203;(java.util.Iterator&lt;T&gt;&nbsp;iterator)</pre>
<div class="block">Adapts an <code>Iterator</code> to the <code>Enumeration</code> interface.

<p>The <code>Iterable</code> equivalent of this method is either <code>Collections.enumeration(java.util.Collection&lt;T&gt;)</code> (if
Expand All @@ -1389,7 +1389,7 @@ <h4>asEnumeration</h4>
<ul class="blockList">
<li class="blockList">
<h4>peekingIterator</h4>
<pre class="methodSignature">public static&nbsp;&lt;T 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;<a href="PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</a>&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1268">peekingIterator</a>&#8203;(java.util.Iterator&lt;? extends T&gt;&nbsp;iterator)</pre>
<pre class="methodSignature">public static&nbsp;&lt;T 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;<a href="PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</a>&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1267">peekingIterator</a>&#8203;(java.util.Iterator&lt;? extends T&gt;&nbsp;iterator)</pre>
<div class="block">Returns a <code>PeekingIterator</code> backed by the given iterator.

<p>Calls to the <code>peek</code> method with no intervening calls to <code>next</code> do not affect the
Expand Down Expand Up @@ -1434,7 +1434,7 @@ <h4>peekingIterator</h4>
<li class="blockList">
<h4>peekingIterator</h4>
<pre class="methodSignature">@Deprecated
public static&nbsp;&lt;T 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;<a href="PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</a>&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1286">peekingIterator</a>&#8203;(<a href="PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</a>&lt;T&gt;&nbsp;iterator)</pre>
public static&nbsp;&lt;T 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;<a href="PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</a>&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1285">peekingIterator</a>&#8203;(<a href="PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</a>&lt;T&gt;&nbsp;iterator)</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">no need to use this</div>
</div>
Expand All @@ -1451,7 +1451,7 @@ <h4>peekingIterator</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>mergeSorted</h4>
<pre class="methodSignature">public static&nbsp;&lt;T 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;<a href="UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</a>&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1304">mergeSorted</a>&#8203;(java.lang.Iterable&lt;? extends java.util.Iterator&lt;? extends T&gt;&gt;&nbsp;iterators,
<pre class="methodSignature">public static&nbsp;&lt;T 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;<a href="UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</a>&lt;T&gt;&nbsp;<a href="../../../../src-html/com/google/common/collect/Iterators.html#line.1303">mergeSorted</a>&#8203;(java.lang.Iterable&lt;? extends java.util.Iterator&lt;? extends T&gt;&gt;&nbsp;iterators,
java.util.Comparator&lt;? super T&gt;&nbsp;comparator)</pre>
<div class="block">Returns an iterator over the merged contents of all given <code>iterators</code>, traversing every
element of the input iterators. Equivalent entries will not be de-duplicated.
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.

0 comments on commit d36481e

Please sign in to comment.