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

/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java1565 * Collection c = Collections.synchronizedCollection(myCollection);
1587 public static <T> Collection<T> synchronizedCollection(Collection<T> c) { method in class:Collections
1591 static <T> Collection<T> synchronizedCollection(Collection<T> c, Object mutex) { method in class:Collections

Completed in 46 milliseconds