Uses of Class
com.github.robtimus.pool.ObjectWrapper
- 
- 
Uses of ObjectWrapper in com.github.robtimus.pool
Methods in com.github.robtimus.pool that return types with arguments of type ObjectWrapper Modifier and Type Method Description static <T> Pool<ObjectWrapper<T>,None>ObjectWrapper. newPool(PoolConfig config, Supplier<T> supplier, PoolLogger logger)Creates a new pool ofObjectWrapperinstances. 
 -