Searched defs:synchronizedPool (Results 1 – 1 of 1) sorted by relevance
34 public static <T extends Poolable<T>> Pool<T> synchronizedPool(Pool<T> pool) { in synchronizedPool() method in Pools38 public static <T extends Poolable<T>> Pool<T> synchronizedPool(Pool<T> pool, Object lock) { in synchronizedPool() method in Pools