Uses of Interface
org.glassfish.grizzly.utils.PoolableObject

Packages that use PoolableObject
org.glassfish.grizzly.utils   
 

Uses of PoolableObject in org.glassfish.grizzly.utils
 

Classes in org.glassfish.grizzly.utils with type parameters of type PoolableObject
 interface ObjectPool<E extends PoolableObject>
          Basic interface for object pool implementations
 

Classes in org.glassfish.grizzly.utils that implement PoolableObject
 class Pair<K,L>
          Key : Value pair implementation.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.