de.unikassel.android.sdcframework.util
Class ObjectUtils
java.lang.Object
de.unikassel.android.sdcframework.util.ObjectUtils
public final class ObjectUtils
- extends Object
A static utility class providing functions for object comnparision.
Method Summary |
static boolean |
equals(Object o1,
Object o2)
Test method for the equivalence of two objects which does allow for both
objects being null. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectUtils
public ObjectUtils()
equals
public static final boolean equals(Object o1,
Object o2)
- Test method for the equivalence of two objects which does allow for both
objects being null.
- Parameters:
o1
- first objecto2
- second object
- Returns:
- true if equal pointers or equal values