public class HashUtil extends Object
HashUtil()
static int
hash(int seed, boolean value)
hash(int seed, int value)
hash(int seed, long value)
hash(int seed, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HashUtil()
public static int hash(int seed, boolean value)
public static int hash(int seed, int value)
public static int hash(int seed, long value)
public static int hash(int seed, Object value)