public class ReusableObjectPool<T extends CMObject>
extends java.lang.Object
| Constructor | Description |
|---|---|
ReusableObjectPool(java.util.List<T> initialEntry,
int minEntries) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<T> |
get() |
|
int |
getListSize() |
|
int |
getMasterPoolSize() |