C H L M U 

C

com.sangupta.murmur - package com.sangupta.murmur
 

H

hash(byte[], int, long) - Static method in class com.sangupta.murmur.Murmur1
Compute the Murmur1 hash as described in the original source code.
hash(byte[], int, long) - Static method in class com.sangupta.murmur.Murmur2
Compute the Murmur2 hash as described in the original source code.
hash64(byte[], int, long) - Static method in class com.sangupta.murmur.Murmur2
Compute the Murmur2 hash (64-bit version) as described in the original source code.
hash_x64_128(byte[], int, long) - Static method in class com.sangupta.murmur.Murmur3
Compute the Murmur3 hash (128-bit version) as described in the original source code.
hash_x86_32(byte[], int, long) - Static method in class com.sangupta.murmur.Murmur3
Compute the Murmur3 hash as described in the original source code.
hashAligned(byte[], int, long) - Static method in class com.sangupta.murmur.Murmur1
Compute the Murmur1 hash (aligned version) as described in the original source code.

L

LONG_MASK - Static variable in interface com.sangupta.murmur.MurmurConstants
Helps convert long to its unsigned value

M

Murmur1 - Class in com.sangupta.murmur
A pure Java implementation of the Murmur 1 hashing algorithm as presented at Murmur Project Code is ported from original C++ source at Murmur1() - Constructor for class com.sangupta.murmur.Murmur1
 
Murmur2 - Class in com.sangupta.murmur
A pure Java implementation of the Murmur 2 hashing algorithm as presented at Murmur Project Code is ported from original C++ source at Murmur2() - Constructor for class com.sangupta.murmur.Murmur2
 
Murmur3 - Class in com.sangupta.murmur
A pure Java implementation of the Murmur 3 hashing algorithm as presented at Murmur Project Code is ported from original C++ source at MurmurHash3.cpp
Murmur3() - Constructor for class com.sangupta.murmur.Murmur3
 
MurmurConstants - Interface in com.sangupta.murmur
Simple constants for various masks to convert to unsigned values.

U

UINT_MASK - Static variable in interface com.sangupta.murmur.MurmurConstants
Helps convert integer to its unsigned value
UNSIGNED_MASK - Static variable in interface com.sangupta.murmur.MurmurConstants
Helps convert a byte into its unsigned value
C H L M U 

Copyright © 2014. All rights reserved.