public class TreeHashCodeProvider
extends nl.tue.storage.hashing.impl.MurMur3HashCodeProvider
Constructor and Description |
---|
TreeHashCodeProvider() |
Modifier and Type | Method and Description |
---|---|
int |
hash(byte[] state,
nl.tue.astar.util.ShortShortMultiset parikh) |
int |
hash(gnu.trove.iterator.TShortIterator it,
short len,
nl.tue.astar.util.ShortShortMultiset parikh) |
protected int |
hashInternal(byte[] data,
int hash)
Returns the MurmurHash3_x86_32 hash.
|
protected int |
hashInternal(gnu.trove.iterator.TShortIterator it,
short len,
int hash)
Returns the MurmurHash3_x86_32 hash.
|
public int hash(gnu.trove.iterator.TShortIterator it, short len, nl.tue.astar.util.ShortShortMultiset parikh)
public int hash(byte[] state, nl.tue.astar.util.ShortShortMultiset parikh)
protected int hashInternal(gnu.trove.iterator.TShortIterator it, short len, int hash)
protected int hashInternal(byte[] data, int hash)