Overview | Methods | This Package | All Packages
Computes a combined hash code based on two or more hash codes.
Syntax
public static int combine( int h1, int h2 )
public static int combine( int h1, int h2, int h3 )
public static int combine( int h1, int h2, int h3, int h4 )
public static int combine( int h1, int h2, int h3, int h4, int h5 )
Parameters
h1, h2, h3, h4, h5
The hash codes to be combined.