Package com.caucho.util

Interface Summary
AlarmListener Interface for receiving alarm events.
CacheListener Notifies the cache entry that it's been removed from the cache.
ChangeListener  
CharBufferWriter  
CompileException  
CronListener Interface for receiving cron events.
ExceptionWrapper  
ExitListener  
 

Class Summary
Alarm The alarm class provides a lightweight event scheduler.
Base64 Base64 decoding.
ByteBuffer A variable-length byte buffer, similar to a character buffer.
CauchoSystem A wrapper for Caucho system variables, allowing tests to override the default variables.
CharBuffer CharBuffer is an unsynchronized version of StringBuffer.
CharCursor  
CharScanner A scanner for simple delimiter based parsing.
CharSegment CharSegment is a section of a character bufferk
CpuUsage  
Cron The cron class provides a lightweight event scheduler.
DirectoryClassLoader Class loader which checks for changes in class files and automatically picks up new jars.
DoubleArray  
DynamicClassLoader Class loader which checks for changes in class files and automatically picks up new jars.
DynamicClassLoader.Entry  
EnumIterator Makes an Enumeration appear as an Iterator.
Exit The exit class is used to automatically clean state.
FreeList FreeList provides a simple class to manage free objects.
IntArray The IntArray is a variable array containing integers.
IntMap The IntMap provides a simple hashmap from keys to integers.
IntSet  
LruCache Fixed length cache with a LRU replacement policy.
NullEnumeration A null iterator
NullIterator A null iterator
QDate Resin Date object
Registry  
RegistryNode  
SimpleClassLoader Class loader which checks for changes in class files and automatically picks up new jars.
Slist Cons-cell slist of objects
Sort  
StringCharCursor  
Tree