22
22
import static com .google .common .collect .Maps .keyOrNull ;
23
23
import static java .util .Objects .requireNonNull ;
24
24
25
- import com .google .common .annotations .Beta ;
26
25
import com .google .common .annotations .GwtCompatible ;
27
26
import com .google .common .annotations .GwtIncompatible ;
28
27
import com .google .common .annotations .J2ktIncompatible ;
@@ -79,7 +78,6 @@ public final class ImmutableSortedMap<K, V> extends ImmutableMap<K, V>
79
78
*/
80
79
@ SuppressWarnings ({"AndroidJdkLibsChecker" , "Java7ApiChecker" })
81
80
@ IgnoreJRERequirement // Users will use this only if they're already using streams.
82
- @ Beta // TODO: b/288085449 - Remove.
83
81
public static <T extends @ Nullable Object , K , V >
84
82
Collector <T , ?, ImmutableSortedMap <K , V >> toImmutableSortedMap (
85
83
Comparator <? super K > comparator ,
@@ -101,7 +99,6 @@ public final class ImmutableSortedMap<K, V> extends ImmutableMap<K, V>
101
99
*/
102
100
@ SuppressWarnings ({"AndroidJdkLibsChecker" , "Java7ApiChecker" })
103
101
@ IgnoreJRERequirement // Users will use this only if they're already using streams.
104
- @ Beta // TODO: b/288085449 - Remove.
105
102
public static <T extends @ Nullable Object , K , V >
106
103
Collector <T , ?, ImmutableSortedMap <K , V >> toImmutableSortedMap (
107
104
Comparator <? super K > comparator ,
@@ -1229,7 +1226,6 @@ private void readObject(ObjectInputStream stream) throws InvalidObjectException
1229
1226
@ Deprecated
1230
1227
@ SuppressWarnings ({"AndroidJdkLibsChecker" , "Java7ApiChecker" })
1231
1228
@ IgnoreJRERequirement // Users will use this only if they're already using streams.
1232
- @ Beta // TODO: b/288085449 - Remove.
1233
1229
public static <T extends @ Nullable Object , K , V >
1234
1230
Collector <T , ?, ImmutableMap <K , V >> toImmutableMap (
1235
1231
Function <? super T , ? extends K > keyFunction ,
@@ -1250,7 +1246,6 @@ private void readObject(ObjectInputStream stream) throws InvalidObjectException
1250
1246
@ Deprecated
1251
1247
@ SuppressWarnings ({"AndroidJdkLibsChecker" , "Java7ApiChecker" })
1252
1248
@ IgnoreJRERequirement // Users will use this only if they're already using streams.
1253
- @ Beta // TODO: b/288085449 - Remove.
1254
1249
public static <T extends @ Nullable Object , K , V >
1255
1250
Collector <T , ?, ImmutableMap <K , V >> toImmutableMap (
1256
1251
Function <? super T , ? extends K > keyFunction ,
0 commit comments