public abstract class HashUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIME
Constant
DEFAULT_PRIME=31 |
| Constructor and Description |
|---|
HashUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
hashCode(Object... components)
hashCode
|
static int |
hashCodeWithPrime(int prime,
int... componentHashCodes)
hashCodeWithPrime
|
static int |
hashCodeWithPrime(int prime,
Object... components)
hashCodeWithPrime
|
public static final int DEFAULT_PRIME
DEFAULT_PRIME=31public static final int hashCodeWithPrime(int prime,
Object... components)
hashCodeWithPrime
prime - a int.components - a Object object.public static final int hashCodeWithPrime(int prime,
int... componentHashCodes)
hashCodeWithPrime
prime - a int.componentHashCodes - a int.Copyright © 2010–2017 EvoSuite. All rights reserved.