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

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

Completed in 544 milliseconds