Package lapisx.util

Interface Summary
Prioritized Interface for objects stored in a PriorityQueue.
 

Class Summary
BinarySearch Binary search routines.
CaselessString String which compares case-insensitively with other strings.
Config  
Debug Debugging output that can be enabled and disabled on a per-class basis.
Debug.NoDebug Debug object that prints nothing and checks no assertions.
Debug.Quiet Debug object that only prints exception stack traces and assertion failures.
Debug.Verbose Debug object that prints all messages, exception stack traces, and checks all assertions.
Exec  
History A History is a list of objects with a current object.
HistoryTest A collection of JUnit testcases to test the History class.
Mem  
MergingHashtable Subclass of Hashtable that supports merging the existing object stored in the hashtable with a new object.
PriorityQueue Priority queue.
Reflect Handy reflection routines.
SafeIteratorSet This class implements the Set interface backed by a hash table.
SafeIteratorSetTest A collection of JUnit testcases to test the SafeIteratorSet class.
Str String utility routines.
Thr  
Timer