Interface Pool.Factory<F>
- Type Parameters:
F- the type of the pooled objects
- All Known Subinterfaces:
LockedPool.Factory<F>
public static interface Pool.Factory<F>
A factory for Pool instances.
-
Method Summary
-
Method Details
-
newPool
-
wrap
-
F - the type of the pooled objectsLockedPool.Factory<F>A factory for Pool instances.