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