public interface Pool<T>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
T |
get() |
int |
objectsCreated() |
void |
release(T obj) |
int |
size() |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.