hudson.plugins.violations.util
Class Equals

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

public class Equals
extends java.lang.Object

A utility class to help see if objects are the same.


Constructor Summary
Equals()
           
 
Method Summary
static boolean equals(java.lang.Object... objects)
          Compare a list of objects.
static boolean equals(java.lang.Object a, java.lang.Object b)
          Compare two objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Equals

public Equals()
Method Detail

equals

public static boolean equals(java.lang.Object... objects)
Compare a list of objects.

Returns:
true if all the objects are the same.

equals

public static boolean equals(java.lang.Object a,
                             java.lang.Object b)
Compare two objects.

Returns:
true if the two objects are the same.


Copyright © 2004-2012. All Rights Reserved.