From 7fdbc02aeade2be938d257b9867ab99e46982a31 Mon Sep 17 00:00:00 2001 From: "copybara-service[bot]" Date: Fri, 27 Oct 2023 16:21:00 +0000 Subject: [PATCH] Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT --- .../api/diffs/snapshot-android.xml | 5 +- .../common/collect/ImmutableSortedMap.html | 31 +- .../api/docs/member-search-index.zip | Bin 47245 -> 47245 bytes .../api/docs/package-search-index.zip | Bin 322 -> 322 bytes .../api/docs/serialized-form.html | 4 + .../common/collect/ImmutableMap.Builder.html | 4 +- .../google/common/collect/ImmutableMap.html | 4 +- .../collect/ImmutableSortedMap.Builder.html | 501 +++++++++--------- .../common/collect/ImmutableSortedMap.html | 501 +++++++++--------- .../api/docs/type-search-index.zip | Bin 3292 -> 3292 bytes .../api/docs/member-search-index.zip | Bin 50543 -> 50543 bytes .../api/docs/package-search-index.zip | Bin 322 -> 322 bytes .../api/docs/serialized-form.html | 4 + .../common/collect/ImmutableMap.Builder.html | 4 +- .../google/common/collect/ImmutableMap.html | 4 +- .../api/docs/type-search-index.zip | Bin 3363 -> 3363 bytes 16 files changed, 537 insertions(+), 525 deletions(-) diff --git a/releases/snapshot-android/api/diffs/snapshot-android.xml b/releases/snapshot-android/api/diffs/snapshot-android.xml index 39a1f586eedc..cc1df8531c5d 100644 --- a/releases/snapshot-android/api/diffs/snapshot-android.xml +++ b/releases/snapshot-android/api/diffs/snapshot-android.xml @@ -21639,9 +21639,8 @@ static="true" final="false" visibility="public" deprecated="Use {@link ImmutableSortedMap#naturalOrder}, which offers better type-safety."> - diff --git a/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableSortedMap.html b/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableSortedMap.html index 9e22ad722ffa..d395c0a4738f 100644 --- a/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableSortedMap.html +++ b/releases/snapshot-android/api/docs/com/google/common/collect/ImmutableSortedMap.html @@ -1673,13 +1673,12 @@

descendingKeySet

  • builder

    @Deprecated
    -public static <K,​V> ImmutableSortedMap.Builder<K,​V> builder()
    +public static <K,​V> ImmutableSortedMap.Builder<K,​V> builder()
    Deprecated.
    Use naturalOrder(), which offers better type-safety.
    -
    Not supported. Use naturalOrder(), which offers better type-safety, - instead. This method exists only to hide ImmutableMap.builder() from consumers of - ImmutableSortedMap.
    +
    Not supported. Use naturalOrder(), which offers better type-safety, instead. This method + exists only to hide ImmutableMap.builder() from consumers of ImmutableSortedMap.
    Throws:
    java.lang.UnsupportedOperationException - always
    @@ -1693,7 +1692,7 @@

    builder

  • builderWithExpectedSize

    @Deprecated
    -public static <K,​V> ImmutableSortedMap.Builder<K,​V> builderWithExpectedSize​(int expectedSize)
    +public static <K,​V> ImmutableSortedMap.Builder<K,​V> builderWithExpectedSize​(int expectedSize)
    Deprecated.
    Not supported for ImmutableSortedMap.
    @@ -1713,7 +1712,7 @@

    builderWithExpectedSize

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1)
    Deprecated.
    Pass a key of type Comparable to use of(Comparable, Object).
    @@ -1736,7 +1735,7 @@

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2)
    @@ -1761,7 +1760,7 @@

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2,
    @@ -1788,7 +1787,7 @@ 

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2,
    @@ -1818,7 +1817,7 @@ 

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2,
    @@ -1850,7 +1849,7 @@ 

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2,
    @@ -1884,7 +1883,7 @@ 

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2,
    @@ -1920,7 +1919,7 @@ 

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2,
    @@ -1958,7 +1957,7 @@ 

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2,
    @@ -1998,7 +1997,7 @@ 

    of

  • of

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
    +public static <K,​V> ImmutableSortedMap<K,​V> of​(K k1,
                                                                V v1,
                                                                K k2,
                                                                V v2,
    @@ -2038,7 +2037,7 @@ 

    of

  • ofEntries

    @Deprecated
    -public static <K,​V> ImmutableSortedMap<K,​V> ofEntries​(java.util.Map.Entry<? extends K,​? extends V>... entries)
    +public static <K,​V> ImmutableSortedMap<K,​V> ofEntries​(java.util.Map.Entry<? extends K,​? extends V>... entries)
  • Deprecated.
    Use ImmutableSortedMap.copyOf(ImmutableMap.ofEntries(...)).
    diff --git a/releases/snapshot-android/api/docs/member-search-index.zip b/releases/snapshot-android/api/docs/member-search-index.zip index dc1b83a0974a04c1f9a325b0d8016e97e07bee50..69d6b4426a1976cbd1c20a1a3753f10f0996958b 100644 GIT binary patch delta 32 mcmeDE$kh9hi8sKTnMH(wgM)*iwJCZdufYyxAU)Y(hc5u1;R+!D delta 32 mcmeDE$kh9hi8sKTnMH(wgM)*?uPJIHufYyxAU)Y(hc5t|6$!Bb diff --git a/releases/snapshot-android/api/docs/package-search-index.zip b/releases/snapshot-android/api/docs/package-search-index.zip index 3a7fb3b55f51a68cb924e85b05a49774c6847ea7..1ceb540f8c8fa12428079691d222e31bcacb25c5 100644 GIT binary patch delta 28 hcmX@abcl&Jz?+#xgn@&DgQ2x4dLr)=W)Sto4*+E72!H?p delta 28 hcmX@abcl&Jz?+#xgn@&DgTb#UY9j9wW)Sto4*+1q2oL}O diff --git a/releases/snapshot-android/api/docs/serialized-form.html b/releases/snapshot-android/api/docs/serialized-form.html index ff689ad2e2e5..92739286d764 100644 --- a/releases/snapshot-android/api/docs/serialized-form.html +++ b/releases/snapshot-android/api/docs/serialized-form.html @@ -719,6 +719,10 @@

    writeObject

    Class com.google.common.collect.ImmutableMap extends java.lang.Object implements Serializable

    +
    +
    serialVersionUID:
    +
    912559L
    +