Interface Pool.MultiTaker<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.MultiTaker<T> extends Pool.SinglePool<T>
Must implement at least: Multiple threads may call take(), one thread may call give()