Searched refs:unmodifiableSortedSet (Results 1 – 13 of 13) sorted by relevance
98 SortedSet c = Collections.unmodifiableSortedSet(null); in main()183 SortedSet ss = Collections.unmodifiableSortedSet(new TreeSet()); in main()
78 testWrapping((SortedSet<?>) treeSet, Collections::unmodifiableSortedSet); in testUnmodifiableSetsDontWrap() field in WrappedUnmodifiableCollections.Collections
74 cases.add(new Object[] { Collections.unmodifiableSortedSet(seedSet) }); in collectionCases()
84 public static <T> java.util.SortedSet<T> unmodifiableSortedSet(java.util.SortedSet<T> s) { throw ne… in unmodifiableSortedSet() method in Collections
236 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
1920 SortedSet c = Collections.unmodifiableSortedSet(ss); in test_unmodifiableSortedSetLjava_util_SortedSet()
264 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
80 …static <T> java.util.SortedSet<@libcore.util.NullFromTypeParam T> unmodifiableSortedSet(@libcore.u… in unmodifiableSortedSet() method in Collections
90 return Collections.unmodifiableSortedSet(set); in usorted()
1142 Object col = Collections.unmodifiableSortedSet(SORTSET); in test_18_108_writeObject()
161 public static <T> java.util.SortedSet<T> unmodifiableSortedSet(java.util.SortedSet<T> s) { in unmodifiableSortedSet() method in Collections
1368 public static <T> SortedSet<T> unmodifiableSortedSet(SortedSet<T> s) { in unmodifiableSortedSet() method
13683 …method @NonNull public static <T> java.util.SortedSet<T> unmodifiableSortedSet(@NonNull java.util.…