org.fusesource.web.console.client.common.util
Class ObjectHelper

java.lang.Object
  extended by org.fusesource.web.console.client.common.util.ObjectHelper

public class ObjectHelper
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
ObjectHelper()
           
 
Method Summary
static boolean equal(java.lang.Object a, java.lang.Object b)
          A helper method for comparing objects for equality while handling nulls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectHelper

public ObjectHelper()
Method Detail

equal

public static boolean equal(java.lang.Object a,
                            java.lang.Object b)
A helper method for comparing objects for equality while handling nulls



Copyright © 2009 FuseSource. All Rights Reserved.