public abstract static class Pool.Impl<T> extends Object implements Pool<T>
ConcurrentLinkedQueue
as the data store.
Don't rely on the fact that this class extends from ConcurrentLinkedQueue.
| Constructor and Description |
|---|
Pool.Impl() |
Copyright © 2017 Oracle Corporation. All Rights Reserved.