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

/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java1733 * SortedSet s = Collections.synchronizedSortedSet(new TreeSet());
1743 * SortedSet s = Collections.synchronizedSortedSet(new TreeSet());
1760 public static <T> SortedSet<T> synchronizedSortedSet(SortedSet<T> s) { method in class:Collections

Completed in 45 milliseconds