From 81251d6c3e5417e45f8f8473f9935088398ac501 Mon Sep 17 00:00:00 2001 From: "copybara-service[bot]" Date: Tue, 9 Jul 2024 00:36:43 +0000 Subject: [PATCH] Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT --- .../collect/ImmutableSortedMap.Builder.html | 20 +- .../common/collect/ImmutableSortedMap.html | 94 +- .../docs/com/google/common/collect/Lists.html | 34 +- .../com/google/common/collect/Ordering.html | 16 +- .../google/common/collect/Sets.SetView.html | 20 +- .../docs/com/google/common/collect/Sets.html | 62 +- .../api/docs/member-search-index.zip | Bin 47972 -> 47972 bytes .../api/docs/package-search-index.zip | Bin 322 -> 322 bytes .../api/docs/serialized-form.html | 4 +- .../collect/ImmutableSortedMap.Builder.html | 2023 +++++---- .../common/collect/ImmutableSortedMap.html | 2023 +++++---- .../com/google/common/collect/Lists.html | 2167 +++++---- .../com/google/common/collect/Ordering.html | 452 +- .../google/common/collect/Sets.SetView.html | 3889 ++++++++-------- .../com/google/common/collect/Sets.html | 3889 ++++++++-------- .../api/docs/type-search-index.zip | Bin 3300 -> 3300 bytes .../collect/ImmutableSortedMap.Builder.html | 20 +- .../common/collect/ImmutableSortedMap.html | 96 +- .../docs/com/google/common/collect/Lists.html | 34 +- .../com/google/common/collect/Ordering.html | 16 +- .../google/common/collect/Sets.SetView.html | 22 +- .../docs/com/google/common/collect/Sets.html | 62 +- .../api/docs/member-search-index.zip | Bin 50646 -> 50646 bytes .../api/docs/package-search-index.zip | Bin 322 -> 322 bytes .../api/docs/serialized-form.html | 4 +- .../collect/ImmutableSortedMap.Builder.html | 1943 ++++---- .../common/collect/ImmutableSortedMap.html | 1943 ++++---- .../com/google/common/collect/Lists.html | 2193 +++++---- .../com/google/common/collect/Ordering.html | 452 +- .../google/common/collect/Sets.SetView.html | 4021 ++++++++--------- .../com/google/common/collect/Sets.html | 4021 ++++++++--------- .../api/docs/type-search-index.zip | Bin 3363 -> 3363 bytes 32 files changed, 14753 insertions(+), 14767 deletions(-) diff --git a/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableSortedMap.Builder.html b/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableSortedMap.Builder.html index 528661353908..6d7d0f60b4e5 100644 --- a/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableSortedMap.Builder.html +++ b/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableSortedMap.Builder.html @@ -141,7 +141,7 @@

Class ImmutableSorted
ImmutableSortedMap<K,​V>

-
public static class ImmutableSortedMap.Builder<K,​V>
+
public static class ImmutableSortedMap.Builder<K,​V>
 extends ImmutableMap.Builder<K,​V>
A builder for creating immutable sorted map instances, especially public static final maps ("constant maps"). Example: @@ -299,7 +299,7 @@

Constructor Detail

@@ -322,7 +322,7 @@

Method Detail

  • put

    @CanIgnoreReturnValue
    -public ImmutableSortedMap.Builder<K,​Vput​(K key,
    +public ImmutableSortedMap.Builder<K,​Vput​(K key,
                                                      V value)
    Associates key with value in the built map. Duplicate keys, according to the comparator (which might be the keys' natural order), are not allowed, and will cause build() to fail.
    @@ -339,7 +339,7 @@

    put

  • put

    @CanIgnoreReturnValue
    -public ImmutableSortedMap.Builder<K,​Vput​(java.util.Map.Entry<? extends K,​? extends V> entry)
    +public ImmutableSortedMap.Builder<K,​Vput​(java.util.Map.Entry<? extends K,​? extends V> entry)
  • Adds the given entry to the map, making it immutable if necessary. Duplicate keys, according to the comparator (which might be the keys' natural order), are not allowed, and will cause build() to fail.
    @@ -358,7 +358,7 @@

    put

  • putAll

    @CanIgnoreReturnValue
    -public ImmutableSortedMap.Builder<K,​VputAll​(java.util.Map<? extends K,​? extends V> map)
    +public ImmutableSortedMap.Builder<K,​VputAll​(java.util.Map<? extends K,​? extends V> map)
    Associates all of the given map's keys and values in the built map. Duplicate keys, according to the comparator (which might be the keys' natural order), are not allowed, and will cause build() to fail.
    @@ -377,7 +377,7 @@

    putAll

  • putAll

    @CanIgnoreReturnValue
    -public ImmutableSortedMap.Builder<K,​VputAll​(java.lang.Iterable<? extends java.util.Map.Entry<? extends K,​? extends V>> entries)
    +public ImmutableSortedMap.Builder<K,​VputAll​(java.lang.Iterable<? extends java.util.Map.Entry<? extends K,​? extends V>> entries)
    Adds all the given entries to the built map. Duplicate keys, according to the comparator (which might be the keys' natural order), are not allowed, and will cause build() to fail.
    @@ -399,7 +399,7 @@

    putAll

    orderEntriesByValue

    @CanIgnoreReturnValue
     @Deprecated
    -public final ImmutableSortedMap.Builder<K,​VorderEntriesByValue​(java.util.Comparator<? super V> valueComparator)
    +public final ImmutableSortedMap.Builder<K,​VorderEntriesByValue​(java.util.Comparator<? super V> valueComparator)
    Deprecated.
    Unsupported by ImmutableSortedMap.Builder.
    @@ -418,7 +418,7 @@

    orderEntriesByValue