|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
IPoolable | Marks an object as being aware that is to be stored into a Pool . |
Class Summary | |
Pool | A Pool is used to pool instances of a useful class. |
Classes for managing a pool of reusable objects. Rather than creating
expensive objects as needed, they are obtained from a
Pool
. Instead of discarding them, they
are returned to the Pool. The Pool class is threadsafe and reasonably efficient.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |