Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
HashTable.combine
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.