Searched refs:emptySortedSet (Results 1 – 9 of 9) sorted by relevance
100 (Supplier) () -> Collections.emptySortedSet()}, in makeSingletons()
141 public static <E> java.util.SortedSet<E> emptySortedSet() { throw new RuntimeException("Stub!"); } in emptySortedSet() method in Collections
134 …ic static <E> java.util.SortedSet<@libcore.util.NullFromTypeParam E> emptySortedSet() { throw new … in emptySortedSet() method in Collections
136 new Object[] { "EmptySortedSet", Collections.emptySortedSet(), List.of() }, in empties()
1428 SortedSet<String> set = Collections.emptySortedSet(); in test_emptySortedSet()
171 testEmptySet(Collections.emptySortedSet()); in realMain()
303 public static <E> java.util.SortedSet<E> emptySortedSet() { in emptySortedSet() method in Collections
4798 public static <E> SortedSet<E> emptySortedSet() {
13637 method @NonNull public static <E> java.util.SortedSet<E> emptySortedSet();