|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Closeness | |
| anthill.types | This package contains general utility types that may help in the development of new ant algorithms. |
| anthill.util | This package contains some utility classes performing different tasks, such as logging, printing and exceptional behavior handling. |
| ants.utils | |
| Uses of Closeness in anthill.types |
| Subinterfaces of Closeness in anthill.types | |
interface |
HashedKeyword
This interface represents an hashed keyword, used in ant algorithms based on hash routing. |
| Classes in anthill.types that implement Closeness | |
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. |
class |
SimpleHashedKeyword
In this simple implementation of the HashedKeyword interface,
keywords are hashed using the hashCode method of Java string.
|
| Uses of Closeness in anthill.util |
| Classes in anthill.util that implement Closeness | |
class |
SHADigest
The class SHADigest computes the digest (or hash)
of the specified content, and enables various other classes
to compare the digests and store them in a HashMap
or other collections in need of a hashCode method. |
| Uses of Closeness in ants.utils |
| Classes in ants.utils that implement Closeness | |
class |
DocumentKey
Probabilistic identifier for a document. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||