Interface ObjectPool<T>

All Known Implementing Classes:
NewInstanceObjectPool, SimpleObjectPool

public interface ObjectPool<T>
A pool of objects.
Author:
ckozak, Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description