makeEmptyPool(int mincapacity) Create an
ObjectPool instance
that can contain at least mincapacity
idle and active objects, or
throw
IllegalArgumentException if such a pool cannot be created.
Create an
ObjectPool instance
that can contain at least mincapacity
idle and active objects, or
throw
IllegalArgumentException if such a pool cannot be created.