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