hudson.plugins.violations.util
Class HashCodes
java.lang.Object
hudson.plugins.violations.util.HashCodes
public class HashCodes
- extends Object
A utility class to help create hashcodes.
|
Method Summary |
static int |
hashCode(Object... objects)
Create a hashcode from a list of objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashCodes
public HashCodes()
hashCode
public static int hashCode(Object... objects)
- Create a hashcode from a list of objects.
- Returns:
- the hashcode of the objects.
Copyright © 2004-2012 Hudson. All Rights Reserved.