Package ice.util.alg

Interface Summary
Comparator Interface that knows how to compare and calculate hash code of objects
ResourceOwner  
 

Class Summary
Bidi An incomplete implementation of the Bidirectional algorithm.
CharKit All char-array methods operates on half open intervals [begin, end), that is they access array only at indexes i such that begin <= i < end.
HashArray Hashtable implemenation that allow synchronization-free read access.
HashArray.Entry  
HashArray.Iterator  
IgnoreAsciiCaseComparator Compare/hash string ignoring case of ASCII letters.
IThread  
Listeners Set of utilities to support adding/removing of listeners in memory efficient way.
Session Generic class to store/retrieve session data.
SysComparator Comparator implementation that uses == to compare and System.identityHashCode() for hash code
ThreadVar Access to java.lang.ThreadLocal and its get/set methods from jdk 1.2 or its emulation under jdk 1.1 You always use push/restore methods like that: