Searched refs:unmodifiableSortedSet (Results 1 – 5 of 5) sorted by relevance
236 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
1913 SortedSet c = Collections.unmodifiableSortedSet(ss); in test_unmodifiableSortedSetLjava_util_SortedSet()
264 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
1142 Object col = Collections.unmodifiableSortedSet(SORTSET); in test_18_108_writeObject()
1225 public static <T> SortedSet<T> unmodifiableSortedSet(SortedSet<T> s) { in unmodifiableSortedSet() method