Interface IHashFunction

All Known Implementing Classes:
DivisionMethodHashFunction, MADMethodHashFunction

public interface IHashFunction

Required method for a hash function.


Method Summary
 int hash(Object aKey)
          Returns the hash index for the given key object.
 

Method Detail

hash

public int hash(Object aKey)
Returns the hash index for the given key object.

Parameters:
aKey - key to hash