Uses of Interface
anthill.types.HashedKeyword

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

Uses of HashedKeyword in anthill.types
 

Classes in anthill.types that implement HashedKeyword
 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.
 class SimpleHashedKeyword
          In this simple implementation of the HashedKeyword interface, keywords are hashed using the hashCode method of Java string.