hudson.plugins.violations.util
Class HashCodes

java.lang.Object
  extended by hudson.plugins.violations.util.HashCodes

public class HashCodes
extends java.lang.Object

A utility class to help create hashcodes.


Constructor Summary
HashCodes()
           
 
Method Summary
static int hashCode(java.lang.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
 

Constructor Detail

HashCodes

public HashCodes()
Method Detail

hashCode

public static int hashCode(java.lang.Object... objects)
Create a hashcode from a list of objects.

Returns:
the hashcode of the objects.


Copyright © 2004-2012. All Rights Reserved.