| Interface | Description |
|---|---|
| CustomObjectPool |
Custom object pools must implement this interface.
|
| ObjectPool |
This is a pool of reusuable objects of the same type.
|
| ObjectPoolManager |
This acts as a factory for object pools.
|
| PoolableObject |
Pooled objects that need to be initialized or cleaned up
when entering/leaving the pool should implement this interface.
|