com.lti.utils
Class ObjUtils

java.lang.Object
  extended by com.lti.utils.ObjUtils

public final class ObjUtils
extends java.lang.Object

Utilities for performing equality tests, and doing deep copies and deep compares of objects.

Author:
Ken Larson

Method Summary
static boolean equal(java.lang.Object o1, java.lang.Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equal

public static boolean equal(java.lang.Object o1,
                            java.lang.Object o2)