Class | Description |
---|---|
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.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.