Home | History | Annotate | Download | only in utils

Lines Matching refs:ObjectPool

19  * $Id: ObjectPool.java 475981 2006-11-16 23:35:53Z minchau $
33 public class ObjectPool implements java.io.Serializable
46 * Constructor ObjectPool
50 public ObjectPool(Class type)
57 * Constructor ObjectPool
61 public ObjectPool(String className)
77 * Constructor ObjectPool
83 public ObjectPool(Class type, int size)
90 * Constructor ObjectPool
93 public ObjectPool()