Uses of Interface
com.helger.base.pool.IObjectPoolFactory
Packages that use IObjectPoolFactory
-
Uses of IObjectPoolFactory in com.helger.base.pool
Methods in com.helger.base.pool that return IObjectPoolFactoryModifier and TypeMethodDescriptionstatic <T> @NonNull IObjectPoolFactory<T> Wrapper aroundSupplierto create anIObjectPoolFactory.Constructors in com.helger.base.pool with parameters of type IObjectPoolFactoryModifierConstructorDescriptionObjectPool(int nItemCount, @NonNull IObjectPoolFactory<DATATYPE> aFactory) Create a new object pool for a certain amount of items and a factory that creates the objects on demand.