org.apache.s4.base
Interface Hasher

All Known Implementing Classes:
DefaultHasher

public interface Hasher

Defines a transformation between a key and a hashcode.


Method Summary
 long hash(java.lang.String hashKey)
           
 

Method Detail

hash

long hash(java.lang.String hashKey)