Uses of Class
nl.knowledgeplaza.util.pool.BaseObjectPool

Packages that use BaseObjectPool
nl.knowledgeplaza.util.pool   
 

Uses of BaseObjectPool in nl.knowledgeplaza.util.pool
 

Subclasses of BaseObjectPool in nl.knowledgeplaza.util.pool
 class FastestFirstObjectPool<T>
          This class implements a priority pool based on the assumption that all pooled objects are the same but not identical.
 class PriorityObjectPool<T>
          This class implements a priority pool.
 class RoundRobinObjectPool<T>
          This class implements a round robin (FIFO) pool.
 class StackObjectPool<T>
          This class implements a stack (LIFO) pool.
 



Copyright © 2011 KnowledgePlaza. All Rights Reserved.