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

/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java1674 * Set s = Collections.synchronizedSet(new HashSet());
1690 public static <T> Set<T> synchronizedSet(Set<T> s) { method in class:Collections
1694 static <T> Set<T> synchronizedSet(Set<T> s, Object mutex) { method in class:Collections

Completed in 47 milliseconds