Uses of Interface
org.ow2.util.pool.impl.enhanced.api.resizer.IResizablePool

Packages that use IResizablePool
org.ow2.util.pool.impl.enhanced.api.basic   
org.ow2.util.pool.impl.enhanced.api.basic.clue   
org.ow2.util.pool.impl.enhanced.api.recorder   
org.ow2.util.pool.impl.enhanced.api.recorder.clue   
org.ow2.util.pool.impl.enhanced.impl.basic   
org.ow2.util.pool.impl.enhanced.impl.basic.clue   
 

Uses of IResizablePool in org.ow2.util.pool.impl.enhanced.api.basic
 

Subinterfaces of IResizablePool in org.ow2.util.pool.impl.enhanced.api.basic
 interface IBasicPool<E>
           
 

Uses of IResizablePool in org.ow2.util.pool.impl.enhanced.api.basic.clue
 

Subinterfaces of IResizablePool in org.ow2.util.pool.impl.enhanced.api.basic.clue
 interface IBasicCluePool<E,C>
           
 

Uses of IResizablePool in org.ow2.util.pool.impl.enhanced.api.recorder
 

Subinterfaces of IResizablePool in org.ow2.util.pool.impl.enhanced.api.recorder
 interface IRecorderPool<E>
          The size of this pool is the number of not recorded item.
 

Uses of IResizablePool in org.ow2.util.pool.impl.enhanced.api.recorder.clue
 

Subinterfaces of IResizablePool in org.ow2.util.pool.impl.enhanced.api.recorder.clue
 interface IRecorderCluePool<E,C>
           
 

Uses of IResizablePool in org.ow2.util.pool.impl.enhanced.impl.basic
 

Classes in org.ow2.util.pool.impl.enhanced.impl.basic that implement IResizablePool
 class BasicPool<E>
          Basic pool implementation.
 

Uses of IResizablePool in org.ow2.util.pool.impl.enhanced.impl.basic.clue
 

Classes in org.ow2.util.pool.impl.enhanced.impl.basic.clue that implement IResizablePool
 class BasicCluePool<E,C>
           
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.