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

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java2198 * SortedSet s = Collections.synchronizedSortedSet(new TreeSet());
2208 * SortedSet s = Collections.synchronizedSortedSet(new TreeSet());
2226 public static <T> SortedSet<T> synchronizedSortedSet(SortedSet<T> s) { method in class:Collections

Completed in 2510 milliseconds