public interface Pool<T>
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Pool.PoolObjectHelper<T>Object helper for objects stored in the pool. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | offer(T t) | 
| int | size() | 
| T | take() | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.