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 DefaultTableModel.
 

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  
ObjectEnumerator  
UlcConsole  
UlcHashtable  
UlcHashtableEnumerator  
UlcLog  
UlcObject  
UlcRange UlcRange is a class used to denote selection ranges.
UnboundedBuffer An unbounded buffer.