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

/libcore/ojluni/src/main/java/java/util/
H A DCollections.java2008 * Collection c = Collections.synchronizedCollection(myCollection);
2031 public static <T> Collection<T> synchronizedCollection(Collection<T> c) { method in class:Collections
2035 static <T> Collection<T> synchronizedCollection(Collection<T> c, Object mutex) { method in class:Collections

Completed in 19 milliseconds