Class ConcurrentDequeRecycler<T>

  • All Implemented Interfaces:
    Recycler<T>

    public class ConcurrentDequeRecycler<T>
    extends DequeRecycler<T>
    A Recycler implementation based on a concurrent Deque. This implementation is thread-safe.