Class PartitionObjectPool<T>

java.lang.Object
org.miaixz.bus.core.lang.pool.partition.PartitionObjectPool<T>
Type Parameters:
T - 对象类型
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, ObjectPool<T>

public class PartitionObjectPool<T> extends Object implements ObjectPool<T>
分区对象池实现
Since:
Java 17+
Author:
Kimi Liu
See Also: