Package com.caucho.util

Assorted utilities

See:
          Description

Interface Summary
AlarmListener Interface for receiving alarm events.
CacheListener Notifies the cache entry that it's been removed from the cache.
ChangeListener  
CharBufferWriter  
ClassLoaderListener Interface for receiving alarm events.
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 buffer
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.
EnumIterator Makes an Enumeration appear as an Iterator.
Exit The exit class is used to automatically clean state.
FlatCache Fixed length cache with a LRU replacement policy.
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  
L10N Localization
LruCache Fixed length cache with a LRU replacement policy.
NullEnumeration A null iterator
NullIterator A null iterator
QDate Resin Date object
QThreadLocal A wrapper for Caucho system variables, allowing tests to override the default variables.
Registry The Registry is a configuration tree based on a key, value pair structure, essentially like an AList.
RegistryNode The Registry is a configuration tree based on a key, value pair structure, essentially like an AList.
SimpleClassLoader Class loader which checks for changes in class files and automatically picks up new jars.
Slist Cons-cell slist of objects
Sort  
StringCharCursor  
TimedCache A timed LRU cache.
TimedItem A single item timed cache.
Tree  
 

Package com.caucho.util Description

Assorted utilities