Package net.sf.mmm.util.pool.api

Provides the API for a generic pool.

See:
          Description

Interface Summary
ByteArrayPool This is the interface for a Pool of byte[].
CharArrayPool This is the interface for a Pool of char[].
Pool<E> This is the interface for a simple pool.
 

Package net.sf.mmm.util.pool.api Description

Provides the API for a generic pool.

Pool-Util API

Some sort of objects are expensive to create and should therefore be pooled. The interface Pool provides a generic interface for a pool of some sort of objects.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.