Package com.biglybt.core.util
Class HashCodeUtils
java.lang.Object
com.biglybt.core.util.HashCodeUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashCodeUtils
public HashCodeUtils()
-
-
Method Details
-
hashMore
public static int hashMore(int hash, int more) -
hashMore
public static int hashMore(int hash, long more) -
hashMore
public static int hashMore(int hash, boolean[] more) -
hashCode
public static int hashCode(byte[] array) bob jenkin's hash function -
hashCode
public static int hashCode(char[] array)
-