ObjectPool

constructor(@NonNull factory: PoolObjectFactory, maxSize: Int)

Constructor.

Parameters

factory

the object pool factory instance

maxSize

the maximun number of instances stored in the pool