| Interface | Description |
|---|---|
| Poolable |
Objects implementing this interface will have
Poolable.reset() called when passed to Pool.free(Object). |
| Class | Description |
|---|---|
| Pool<T> |
A pool of objects that can be reused to avoid allocation.
|
| Pools |
Stores a map of
Pools (usually ReflectionPools) by type for convenient static access. |
| ReflectionPool<T> |
Pool that creates new instances of a type using reflection.
|
Copyright © 2018. All rights reserved.