org.jboss.dna.common.util
Class ObjectUtil

java.lang.Object
  extended by org.jboss.dna.common.util.ObjectUtil

public class ObjectUtil
extends Object

Common utility methods for general objects.


Constructor Summary
ObjectUtil()
           
 
Method Summary
static
<Type> boolean
isEqualNoNulls(Type reference1, Type reference2)
           
static
<Type> boolean
isEqualWithNulls(Type reference1, Type reference2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtil

public ObjectUtil()
Method Detail

isEqualNoNulls

public static <Type> boolean isEqualNoNulls(Type reference1,
                                            Type reference2)

isEqualWithNulls

public static <Type> boolean isEqualWithNulls(Type reference1,
                                              Type reference2)


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.