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

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java1939 * Set s = Collections.synchronizedSet(new HashSet());
1956 public static <T> Set<T> synchronizedSet(Set<T> s) { method in class:Collections
1960 static <T> Set<T> synchronizedSet(Set<T> s, Object mutex) { method in class:Collections

Completed in 620 milliseconds