Searched refs:emptySortedSet (Results 1 – 2 of 2) sorted by relevance
132 …ic static <E> java.util.SortedSet<@libcore.util.NullFromTypeParam E> emptySortedSet() { throw new … in emptySortedSet() method in Collections
1426 SortedSet<String> set = Collections.emptySortedSet(); in test_emptySortedSet()