Uses of Interface
com.helger.commons.pool.IObjectPoolFactory
Packages that use IObjectPoolFactory
-
Uses of IObjectPoolFactory in com.helger.commons.pool
Methods in com.helger.commons.pool that return IObjectPoolFactoryModifier and TypeMethodDescriptionstatic <T> IObjectPoolFactory<T> Wrapper aroundSupplierto create anIObjectPoolFactory.Constructors in com.helger.commons.pool with parameters of type IObjectPoolFactoryModifierConstructorDescriptionObjectPool(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.