Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java236 Collections.unmodifiableSortedSet(null); in test_unmodifiableSortedSetLjava_util_SortedSet()
DCollectionsTest.java1913 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/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/src/main/java/java/util/
DCollections.java1225 public static <T> SortedSet<T> unmodifiableSortedSet(SortedSet<T> s) { in unmodifiableSortedSet() method