org.jjoost.util
Interface Rehasher

All Superinterfaces:
java.io.Serializable

public interface Rehasher
extends java.io.Serializable

A simple interface defining custom re-hashing functions

Author:
b.elliottsmith

Method Summary
 int rehash(int hash)
           
 

Method Detail

rehash

int rehash(int hash)
Parameters:
hash - a hash
Returns:
the re-hash of the provided hash