Uses of Class
com.github.robtimus.pool.Pool
-
-
Uses of Pool in com.github.robtimus.pool
Methods in com.github.robtimus.pool that return Pool Modifier and Type Method Description static <T> Pool<ObjectWrapper<T>,None>
ObjectWrapper. newPool(PoolConfig config, Supplier<T> supplier, PoolLogger logger)
Creates a new pool ofObjectWrapper
instances.static <T extends PoolableObject<None>>
Pool<T,None>Pool. throwingNone(PoolConfig config, Supplier<T> supplier, PoolLogger logger)
Creates a new pool that throws no exceptions.
-