Interface Pool.MultiPool<T>

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

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