public interface Pool<T>
static class
Pool.Impl<T>
ConcurrentLinkedQueue
void
recycle(T t)
T
take()
@NotNull T take()
If no object is available in the pool, this method creates a new one.
void recycle(@NotNull T t)
Copyright © 2012. All Rights Reserved.