API.Util.ObjectPool - JuDelCo/Core GitHub Wiki Namespace: Ju.Util ObjectPool < T > A very simple but functional object pool. It will instantiate a new object if there is none cached. ObjectPool(); ObjectPool(int capacity); T Get(); void Push(T obj); ⚠️ **GitHub.com Fallback** ⚠️