org.qedeq.kernel.utility
Class EqualsUtility
java.lang.Object
org.qedeq.kernel.utility.EqualsUtility
- public final class EqualsUtility
- extends Object
A collection of useful static methods for equality.
- Version:
- $Revision: 1.5 $
|
Method Summary |
static boolean |
equals(Object a,
Object b)
Compare two objects, each of them could be null. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
equals
public static boolean equals(Object a,
Object b)
- Compare two objects, each of them could be
null.
- Parameters:
a - First parameter.b - Second parameter.
- Returns:
- Are
a and b equal?