Index

C D H M 
All Classes and Interfaces|All Packages|Constant Field Values

C

com.io7m.jmurmur - package com.io7m.jmurmur
Murmur hash function (Core)

D

DEFAULT_SEED - Static variable in class com.io7m.jmurmur.Murmur3
The default seed if one is not explicitly given.

H

hashInt(int) - Static method in class com.io7m.jmurmur.Murmur3
Hash the given integer value using the default seed (@link DEFAULT_SEED).
hashIntWithSeed(int, int) - Static method in class com.io7m.jmurmur.Murmur3
Hash the given integer value using the given seed to randomize the results.
hashLong(long) - Static method in class com.io7m.jmurmur.Murmur3
Hash the given long value using the default seed (@link DEFAULT_SEED).
hashLongWithSeed(long, int) - Static method in class com.io7m.jmurmur.Murmur3
Hash the given long value using the given seed to randomize the results.

M

Murmur3 - Class in com.io7m.jmurmur
An implementation of the public domain Murmur3 hash function.
C D H M 
All Classes and Interfaces|All Packages|Constant Field Values