Class HashCodeUtils

java.lang.Object
com.biglybt.core.util.HashCodeUtils

public final class HashCodeUtils extends Object
  • 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)