From f778a4d7c518cf26e09e83b460a238f3d13e5096 Mon Sep 17 00:00:00 2001 From: "copybara-service[bot]" Date: Wed, 8 May 2024 03:22:45 +0000 Subject: [PATCH] Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT --- .../api/diffs/snapshot-android.xml | 20 +++++++++--------- .../google/common/collect/ImmutableList.html | 6 +++--- .../common/collect/ImmutableMultiset.html | 6 +++--- .../google/common/collect/ImmutableSet.html | 8 +++---- .../collect/ImmutableSortedMultiset.html | 6 +++--- .../common/collect/ImmutableSortedSet.html | 6 +++--- .../collect/class-use/ImmutableList.html | 2 +- .../collect/class-use/ImmutableMultiset.html | 2 +- .../collect/class-use/ImmutableSet.html | 4 ++-- .../class-use/ImmutableSortedMultiset.html | 4 ++-- .../collect/class-use/ImmutableSortedSet.html | 4 ++-- .../snapshot-android/api/docs/index-all.html | 2 +- .../api/docs/member-search-index.zip | Bin 47910 -> 47910 bytes .../api/docs/package-search-index.zip | Bin 322 -> 322 bytes .../common/collect/ImmutableList.Builder.html | 6 +++--- .../google/common/collect/ImmutableList.html | 6 +++--- .../collect/ImmutableMultiset.Builder.html | 6 +++--- .../common/collect/ImmutableMultiset.html | 6 +++--- .../common/collect/ImmutableSet.Builder.html | 6 +++--- .../google/common/collect/ImmutableSet.html | 6 +++--- .../ImmutableSortedMultiset.Builder.html | 6 +++--- .../collect/ImmutableSortedMultiset.html | 6 +++--- .../collect/ImmutableSortedSet.Builder.html | 6 +++--- .../common/collect/ImmutableSortedSet.html | 6 +++--- .../api/docs/type-search-index.zip | Bin 3300 -> 3300 bytes .../snapshot-jre/api/diffs/snapshot-jre.xml | 20 +++++++++--------- .../google/common/collect/ImmutableList.html | 6 +++--- .../common/collect/ImmutableMultiset.html | 6 +++--- .../google/common/collect/ImmutableSet.html | 8 +++---- .../collect/ImmutableSortedMultiset.html | 6 +++--- .../common/collect/ImmutableSortedSet.html | 6 +++--- .../collect/class-use/ImmutableList.html | 2 +- .../collect/class-use/ImmutableMultiset.html | 2 +- .../collect/class-use/ImmutableSet.html | 4 ++-- .../class-use/ImmutableSortedMultiset.html | 4 ++-- .../collect/class-use/ImmutableSortedSet.html | 4 ++-- releases/snapshot-jre/api/docs/index-all.html | 2 +- .../api/docs/member-search-index.zip | Bin 50644 -> 50644 bytes .../api/docs/package-search-index.zip | Bin 322 -> 322 bytes .../common/collect/ImmutableList.Builder.html | 6 +++--- .../google/common/collect/ImmutableList.html | 6 +++--- .../collect/ImmutableMultiset.Builder.html | 6 +++--- .../common/collect/ImmutableMultiset.html | 6 +++--- .../common/collect/ImmutableSet.Builder.html | 6 +++--- .../google/common/collect/ImmutableSet.html | 6 +++--- .../ImmutableSortedMultiset.Builder.html | 6 +++--- .../collect/ImmutableSortedMultiset.html | 6 +++--- .../collect/ImmutableSortedSet.Builder.html | 6 +++--- .../common/collect/ImmutableSortedSet.html | 6 +++--- .../api/docs/type-search-index.zip | Bin 3363 -> 3363 bytes 50 files changed, 130 insertions(+), 130 deletions(-) diff --git a/releases/snapshot-android/api/diffs/snapshot-android.xml b/releases/snapshot-android/api/diffs/snapshot-android.xml index 9180442b8dd1..2e4194df8d4f 100644 --- a/releases/snapshot-android/api/diffs/snapshot-android.xml +++ b/releases/snapshot-android/api/diffs/snapshot-android.xml @@ -17630,13 +17630,13 @@ abstract="false" native="false" synchronized="false" static="true" final="false" visibility="public" deprecated="not deprecated"> - + + @throws NullPointerException if the element is null]]> - + @@ -20735,9 +20735,9 @@ abstract="false" native="false" synchronized="false" static="true" final="false" visibility="public" deprecated="not deprecated"> - + - @@ -22649,7 +22649,7 @@ abstract="false" native="false" synchronized="false" static="true" final="false" visibility="public" deprecated="not deprecated"> - + @@ -22989,7 +22989,7 @@ static="true" final="false" visibility="public" deprecated="lEsS_tHaNb>Pass a parameter of type {@code Comparable} to use {@link ImmutableSortedMultiset#of(Comparable)}.lEsS_tHaN/b>"> - + You are attempting to create a multiset that may contain a non-{@code Comparable} element. Proper calls will resolve to the version in {@code @@ -23300,7 +23300,7 @@ abstract="false" native="false" synchronized="false" static="true" final="false" visibility="public" deprecated="not deprecated"> - + @@ -23810,7 +23810,7 @@ static="true" final="false" visibility="public" deprecated="lEsS_tHaNb>Pass a parameter of type {@code Comparable} to use {@link ImmutableSortedSet#of(Comparable)}.lEsS_tHaN/b>"> - + You are attempting to create a set that may contain a non-{@code Comparable} element. Proper calls will resolve to the version in {@code ImmutableSortedSet}, not this diff --git a/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableList.html b/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableList.html index a97f49c6ca72..2297338db0e5 100644 --- a/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableList.html +++ b/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableList.html @@ -333,7 +333,7 @@

Method Summary

static <E> ImmutableList<E> -of​(E element) +of​(E e1)
Returns an immutable list containing a single element.
@@ -638,13 +638,13 @@

of

  • of

    -
    public static <E> ImmutableList<E> of​(E element)
    +
    public static <E> ImmutableList<E> of​(E e1)
    Returns an immutable list containing a single element. This list behaves and performs comparably to Collections.singletonList(T), but will not accept a null element. It is preferable mainly for consistency and maintainability of your code.
    Throws:
    -
    java.lang.NullPointerException - if element is null
    +
    java.lang.NullPointerException - if the element is null
diff --git a/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableMultiset.html b/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableMultiset.html index ba9bc43c8fab..852fa09058ea 100644 --- a/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableMultiset.html +++ b/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableMultiset.html @@ -325,7 +325,7 @@

Method Summary

static <E> ImmutableMultiset<E> -of​(E element) +of​(E e1)
Returns an immutable multiset containing a single element.
@@ -556,11 +556,11 @@

of