Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java134 …ic static <E> java.util.SortedSet<@libcore.util.NullFromTypeParam E> emptySortedSet() { throw new … in emptySortedSet() method in Collections
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java141 public static <E> java.util.SortedSet<E> emptySortedSet() { throw new RuntimeException("Stub!"); } in emptySortedSet() method in Collections
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java303 public static <E> java.util.SortedSet<E> emptySortedSet() { in emptySortedSet() method in Collections