Interface Pool.MultiGiver<T>

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

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