Uses of Package
ice.util.alg

Packages that use ice.util.alg
ice.storm   
ice.util.alg   
 

Classes in ice.util.alg used by ice.storm
HashArray
          Hashtable implemenation that allow synchronization-free read access.
ResourceOwner
           
Session
          Generic class to store/retrieve session data.
 

Classes in ice.util.alg used by ice.util.alg
Bidi
          An incomplete implementation of the Bidirectional algorithm.
Comparator
          Interface that knows how to compare and calculate hash code of objects
HashArray.Entry
           
HashArray.Iterator
           
IgnoreAsciiCaseComparator
          Compare/hash string ignoring case of ASCII letters.
ResourceOwner
           
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: