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 Jun 30, 2024
1 parent 69d6917 commit fc44b82
Show file tree
Hide file tree
Showing 10 changed files with 5,781 additions and 5,785 deletions.
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.
Binary file modified releases/snapshot-android/api/docs/type-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2 title="Interface Maps.EntryTransformer" class="title">Interface Maps.EntryTr
</dl>
<hr>
<pre>@FunctionalInterface
public static interface <a href="../../../../src-html/com/google/common/collect/Maps.html#line.2099">Maps.EntryTransformer</a>&lt;K 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,&#8203;V1 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,&#8203;V2 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;</pre>
public static interface <a href="../../../../src-html/com/google/common/collect/Maps.html#line.2098">Maps.EntryTransformer</a>&lt;K 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,&#8203;V1 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,&#8203;V2 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;</pre>
<div class="block">A transformation of the value of a key-value pair, using both key and value as inputs. To apply
the transformation to a map, use <a href="Maps.html#transformEntries(java.util.Map,com.google.common.collect.Maps.EntryTransformer)"><code>Maps.transformEntries(Map, EntryTransformer)</code></a>.</div>
<dl>
Expand Down Expand Up @@ -199,7 +199,7 @@ <h3>Method Detail</h3>
<ul class="blockListLast">
<li class="blockList">
<h4>transformEntry</h4>
<pre class="methodSignature"><a href="Maps.EntryTransformer.html" title="type parameter in Maps.EntryTransformer">V2</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Maps.EntryTransformer.html#line.2116">transformEntry</a>&#8203;(<a href="Maps.EntryTransformer.html" title="type parameter in Maps.EntryTransformer">K</a>&nbsp;key,
<pre class="methodSignature"><a href="Maps.EntryTransformer.html" title="type parameter in Maps.EntryTransformer">V2</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Maps.EntryTransformer.html#line.2115">transformEntry</a>&#8203;(<a href="Maps.EntryTransformer.html" title="type parameter in Maps.EntryTransformer">K</a>&nbsp;key,
<a href="Maps.EntryTransformer.html" title="type parameter in Maps.EntryTransformer">V1</a>&nbsp;value)</pre>
<div class="block">Determines an output value based on a key-value pair. This method is <i>generally
expected</i>, but not absolutely required, to have the following properties:
Expand Down
42 changes: 21 additions & 21 deletions releases/snapshot-jre/api/docs/com/google/common/collect/Maps.html

Large diffs are not rendered by default.

Binary file modified releases/snapshot-jre/api/docs/member-search-index.zip
Binary file not shown.
Binary file modified releases/snapshot-jre/api/docs/package-search-index.zip
Binary file not shown.

Large diffs are not rendered by default.

5,760 changes: 2,879 additions & 2,881 deletions releases/snapshot-jre/api/docs/src-html/com/google/common/collect/Maps.html

Large diffs are not rendered by default.

Binary file modified releases/snapshot-jre/api/docs/type-search-index.zip
Binary file not shown.

0 comments on commit fc44b82

Please sign in to comment.