java.lang.Object
com.intellij.util.containers.LimitedPool<T>
- 直接已知子类:
LimitedPool.Sync
A simple object pool which instantiates objects on-demand and keeps up to the given number of objects for later reuse.
Note: the class is not thread-safe; use synchronized version for concurrent access.
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
LimitedPool
-
-
方法详细资料
-
alloc
-
recycle
-