Class MultipleHash

java.lang.Object
eu.bandm.tools.ops.MultipleHash

public abstract class MultipleHash extends Object
Utility class for hash code generation for aggregates of Objects.
  • Method Details

    • hashCode

      public static int hashCode(Object... xs)
    • hashCode

      public static int hashCode(int h, Object... xs)
    • hashCode

      public static int hashCode(int h, Object x0)
    • hashCode

      public static int hashCode(int h, Object x0, Object x1)
    • hashCode

      public static int hashCode(int h, Object x0, Object x1, Object x2)
    • hashCode

      public static int hashCode(int h, Object x0, Object x1, Object x2, Object x3)