Searched refs:unmodifiableSortedSet (Results 1 – 4 of 4) sorted by relevance
236 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
1915 SortedSet c = Collections.unmodifiableSortedSet(ss); in test_unmodifiableSortedSetLjava_util_SortedSet()
264 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
78 …static <T> java.util.SortedSet<@libcore.util.NullFromTypeParam T> unmodifiableSortedSet(@libcore.u… in unmodifiableSortedSet() method in Collections