Class JsonRecyclerPools.ConcurrentDequePool

All Implemented Interfaces:
RecyclerPool<BufferRecycler>, Serializable
Enclosing class:
JsonRecyclerPools

public static class JsonRecyclerPools.ConcurrentDequePool extends RecyclerPool.ConcurrentDequePoolBase<BufferRecycler>
RecyclerPool implementation that uses ConcurrentLinkedDeque for recycling instances.

Pool is unbounded: see RecyclerPool what this means.

See Also: