hudson.plugins.violations.util
Class Equals
java.lang.Object
hudson.plugins.violations.util.Equals
public class Equals
- extends Object
A utility class to help see if objects are the same.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Equals
public Equals()
equals
public static boolean equals(Object... objects)
- Compare a list of objects.
- Returns:
- true if all the objects are the same.
equals
public static boolean equals(Object a,
Object b)
- Compare two objects.
- Returns:
- true if the two objects are the same.
Copyright © 2004-2012 Hudson. All Rights Reserved.