Interface Pool.SinglePool<T>

All Superinterfaces:
Pool<T>
All Known Subinterfaces:
Pool.MultiGiver<T>, Pool.MultiPool<T>, Pool.MultiTaker<T>
All Known Implementing Classes:
DynamicDelayedLogEntryPoolImpl, DynamicLogBufferPoolImpl, DynamicLogEntryPoolImpl, ThreadSafeLenientFixedSizePool, ThreadSafeLenientFixedSizePool
Enclosing interface:
Pool<T>

public static interface Pool.SinglePool<T> extends Pool<T>
Must implement at least: One thread may call give(), one thread may call take()