com.lmonson.hash
Interface HashFunction<T>

All Known Implementing Classes:
PseudoRandomHashFunction

public interface HashFunction<T>

An implementation of a deterministic hash function.

See Also:
PseudoRandomHashFunction

Method Summary
 int hash(T objectToHash, int indexLimit)
           
 

Method Detail

hash

int hash(T objectToHash,
         int indexLimit)