de.unikassel.android.sdcframework.util
Class ObjectUtils

Package class diagram package ObjectUtils
java.lang.Object
  extended by de.unikassel.android.sdcframework.util.ObjectUtils

public final class ObjectUtils
extends Object

A static utility class providing functions for object comnparision.


Constructor Summary
ObjectUtils()
           
 
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
 

Constructor Detail

ObjectUtils

public ObjectUtils()
Method Detail

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 object
o2 - second object
Returns:
true if equal pointers or equal values