Uses of Interface
com.helger.commons.pool.IObjectPoolFactory
-
Packages that use IObjectPoolFactory Package Description com.helger.commons.pool -
-
Uses of IObjectPoolFactory in com.helger.commons.pool
Methods in com.helger.commons.pool that return IObjectPoolFactory Modifier and Type Method Description static <T> IObjectPoolFactory<T>IObjectPoolFactory. wrap(Supplier<? extends T> aSupplier)Wrapper aroundSupplierto create anIObjectPoolFactory.Constructors in com.helger.commons.pool with parameters of type IObjectPoolFactory Constructor Description ObjectPool(int nItemCount, IObjectPoolFactory<DATATYPE> aFactory)Create a new object pool for a certain amount of items and a factory that creates the objects on demand.
-