public class PoolSync<T> extends Object implements Pool<T>
PoolSync(Pool<T> pool)
static <T> Pool<T>
create(Pool<T> pool)
T
get()
boolean
isEmpty()
void
put(T item)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PoolSync(Pool<T> pool)
public static <T> Pool<T> create(Pool<T> pool)
public final void put(T item)
put
Pool<T>
public final T get()
Pool
get
public final boolean isEmpty()
isEmpty
Licenced under the Apache License, Version 2.0