| Constructor and Description |
|---|
PoolBase() |
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Get an item from the pool - return null if the pool is empty
|
boolean |
isEmpty() |
void |
put(T item) |
Licenced under the Apache License, Version 2.0