vishnu.model.indexes.hashing
Class WorstHashingStrategy

java.lang.Object
  extended by vishnu.model.indexes.hashing.WorstHashingStrategy
All Implemented Interfaces:
HashingStrategy

public class WorstHashingStrategy
extends java.lang.Object
implements HashingStrategy

Author:
Hernan Rancati
 

Constructor Summary
WorstHashingStrategy()
           
 
Method Summary
 int hashCode(Record searchKeyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorstHashingStrategy

public WorstHashingStrategy()
Method Detail

hashCode

public int hashCode(Record searchKeyValue)
Specified by:
hashCode in interface HashingStrategy
Returns:
un codigo de hash calculado a partir del valor de la SearchKey.