Uses of Class
anthill.util.SHADigest

Packages that use SHADigest
anthill.util This package contains some utility classes performing different tasks, such as logging, printing and exceptional behavior handling. 
 

Uses of SHADigest in anthill.util
 

Subclasses of SHADigest in anthill.util
 class KeyHash
          The class KeyHash computes the digest (or hash) of a specified string keyword, and enables various other classes to compare keyword hashes and store them in a HashMap or other collections in need of a hashCode method.
 

Methods in anthill.util with parameters of type SHADigest
 int SHADigest.compareTo(SHADigest kwHash)