Uses of Class
anthill.util.SHADigest

Packages that use SHADigest
anthill.types This package contains general utility types that may help in the development of new ant algorithms. 
ants.utils   
 

Uses of SHADigest in anthill.types
 

Subclasses of SHADigest in anthill.types
 class SHADocumentId
          Probabilistic identifier for a document.
 class SHAHashedKeyword
          The class SHAHashedKeyword 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.
 

Uses of SHADigest in ants.utils
 

Subclasses of SHADigest in ants.utils
 class DocumentKey
          Probabilistic identifier for a document.