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

/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/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 82 milliseconds