Class Summary |
Enumerator |
Adapter class that wraps an Enumeration around a Java2
collection classes object Iterator so that existing APIs
returning Enumerations can easily run on top of the new collections. |
FastDateFormat |
Fast date formatter that caches recently formatted date information
and uses it to avoid too-frequent calls to the underlying
formatter. |
Queue |
A simple FIFO queue class which causes the calling thread to wait
if the queue is empty and notifies threads that are waiting when it
is not empty. |
SimplePool |
Simple object pool. |
SystemLogHandler |
This helper class may be used to do sophisticated redirection of
System.out and System.err. |