Home
last modified time | relevance | path

Searched refs:unmodifiableSortedSet (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DWrappedNull.java98 SortedSet c = Collections.unmodifiableSortedSet(null); in main()
183 SortedSet ss = Collections.unmodifiableSortedSet(new TreeSet()); in main()
DWrappedUnmodifiableCollections.java78 testWrapping((SortedSet<?>) treeSet, Collections::unmodifiableSortedSet); in testUnmodifiableSetsDontWrap() field in WrappedUnmodifiableCollections.Collections
DWrappers.java74 cases.add(new Object[] { Collections.unmodifiableSortedSet(seedSet) }); in collectionCases()
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java84 public static <T> java.util.SortedSet<T> unmodifiableSortedSet(java.util.SortedSet<T> s) { throw ne… in unmodifiableSortedSet() method in Collections
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java236 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
DCollectionsTest.java1920 SortedSet c = Collections.unmodifiableSortedSet(ss); in test_unmodifiableSortedSetLjava_util_SortedSet()
/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java264 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java80 …static <T> java.util.SortedSet<@libcore.util.NullFromTypeParam T> unmodifiableSortedSet(@libcore.u… in unmodifiableSortedSet() method in Collections
/libcore/ojluni/src/test/java/util/SequencedCollection/
DBasic.java90 return Collections.unmodifiableSortedSet(set); in usorted()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest3.java1142 Object col = Collections.unmodifiableSortedSet(SORTSET); in test_18_108_writeObject()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java161 public static <T> java.util.SortedSet<T> unmodifiableSortedSet(java.util.SortedSet<T> s) { in unmodifiableSortedSet() method in Collections
/libcore/ojluni/src/main/java/java/util/
DCollections.java1368 public static <T> SortedSet<T> unmodifiableSortedSet(SortedSet<T> s) { in unmodifiableSortedSet() method
/libcore/api/
Dcurrent.txt13683 …method @NonNull public static <T> java.util.SortedSet<T> unmodifiableSortedSet(@NonNull java.util.…