Searched defs:SimplePool (Results 1 – 1 of 1) sorted by relevance
82 public static class SimplePool<T> implements Pool<T> { class in Pools96 public SimplePool(int maxPoolSize) { in SimplePool() method in Pools.SimplePool