Java org.apache.mahout.math MurmurHash fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math MurmurHash fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math MurmurHash.

The text is from its open source code.

Method

inthash(int data, int seed)
Hashes an int.
inthash(byte[] data, int seed)
Hashes bytes in an array.
inthash(ByteBuffer buf, int seed)
Hashes the bytes in a buffer from the current position to the limit.