Searched refs:synchronizedSortedSet (Results 1 - 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DCollections2Test.java163 * java.util.Collections#synchronizedSortedSet(java.util.SortedSet)
168 Collections.synchronizedSortedSet(null);
169 fail("Assert 0: synchronizedSortedSet(null) must throw NPE");
/libcore/luni/src/test/java/libcore/java/util/
H A DOldCollectionsTest.java194 * java.util.Collections#synchronizedSortedSet(java.util.SortedSet)
199 Collections.synchronizedSortedSet(null);
200 fail("Assert 0: synchronizedSortedSet(null) must throw NPE");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java1113 Object col = Collections.synchronizedSortedSet(SORTSET);
/libcore/luni/src/main/java/java/util/
H A DCollections.java2246 public static <E> SortedSet<E> synchronizedSortedSet(SortedSet<E> set) { method in class:Collections

Completed in 955 milliseconds