Home
last modified time | relevance | path

Searched defs:synchronizedSortedSet (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java103 public static <T> java.util.SortedSet<T> synchronizedSortedSet(java.util.SortedSet<T> s) { throw ne… in synchronizedSortedSet() method in Collections
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java96 …static <T> java.util.SortedSet<@libcore.util.NullFromTypeParam T> synchronizedSortedSet(@libcore.u… in synchronizedSortedSet() method in Collections
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java206 public static <T> java.util.SortedSet<T> synchronizedSortedSet(java.util.SortedSet<T> s) { in synchronizedSortedSet() method in Collections