Package com.ibm.ulc.util

Interface Summary
IAnythingReader Instances of classes that implement this interface are used to stream Anythings from an InputStream in a specific format.
IAnythingWriter Instances of classes that implement this interface are used to write Anythings in a specific format.
ILogStream Instances of classes that implement this interface are used to log requests
ITableRow ITableRow tags objects which can be used as an element inside the ULCTableModel.
 

Class Summary
Anything Anything is a polymorphic, self describing, and dynamic data structure.
AnythingReader  
AnythingReader2  
AnythingWriter Writes an Anything in a pure ASCII format.
AnythingWriter2 Writes an Anything in a compact and easy to parse format.
Assert A basic assertion mechansim.
DebugThread  
Halt hard halt on errors - useful with things like servlets where there are global traps for all errors to make sure the server stays up - in that case things like Assert won't work.
ObjectEnumerator  
UlcConsole  
UlcFileFilter A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
UlcHashtable Subclass of Hashtable to handle null values
UlcHashtableEnumerator  
UlcLog  
UlcObject  
UlcRange UlcRange is a class used to denote selection ranges.
UlcSorter  
UnboundedBuffer An unbounded buffer.