public class HashCode extends Object
Constructor and Description |
---|
HashCode() |
Modifier and Type | Method and Description |
---|---|
protected static int |
_compute(int seed,
Object... objects)
Compute a combined hash code from the supplied objects using the supplied seed.
|
static int |
compute(Object... objects)
Compute a combined hash code from the supplied objects.
|
public static int compute(Object... objects)
objects
- the objects that should be used to compute the hash codeprotected static int _compute(int seed, Object... objects)
seed
- a value upon which the hash code will be based; may be 0objects
- the objects that should be used to compute the hash codeCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.