net.jpountz.xxhash
public abstract class XXHash32 extends Object
Instances of this class are thread-safe.
XXHash32()
abstract int
hash(byte[] buf, int off, int len, int seed)
buf[off:off+len]
seed
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public XXHash32()
public abstract int hash(byte[] buf, int off, int len, int seed)
public String toString()
toString
Object