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 dc1b83a0974a..69d6b4426a19 100644 Binary files a/releases/snapshot-android/api/docs/member-search-index.zip and b/releases/snapshot-android/api/docs/member-search-index.zip differ diff --git a/releases/snapshot-android/api/docs/package-search-index.zip b/releases/snapshot-android/api/docs/package-search-index.zip index 3a7fb3b55f51..1ceb540f8c8f 100644 Binary files a/releases/snapshot-android/api/docs/package-search-index.zip and b/releases/snapshot-android/api/docs/package-search-index.zip differ 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
    +