protected static interface PoolMap.Pool<R>
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| R | get() | 
| R | put(R resource) | 
| boolean | remove(R resource) | 
| int | size() | 
| Collection<R> | values() | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.