org.apache.s4.comm
Class DefaultHasher

java.lang.Object
  extended by org.apache.s4.comm.DefaultHasher
All Implemented Interfaces:
Hasher

public class DefaultHasher
extends java.lang.Object
implements Hasher

Simple hasher implementation.


Constructor Summary
DefaultHasher()
           
 
Method Summary
 long hash(java.lang.String hashKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHasher

public DefaultHasher()
Method Detail

hash

public long hash(java.lang.String hashKey)
Specified by:
hash in interface Hasher