Package org.glassfish.grizzly.utils
Interface ObjectPool<E extends PoolableObject>
-
public interface ObjectPool<E extends PoolableObject>Basic interface for object pool implementations- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()voidoffer(E object)Epoll()
-