net.sf.sasl.common.helper
Class EqualHelper

java.lang.Object
  extended by net.sf.sasl.common.helper.EqualHelper

public class EqualHelper
extends Object

Class defines some help operations for equality checking of objects.

Since:
0.0.2 (sasl-common-library)
Author:
Philipp Förmer

Constructor Summary
EqualHelper()
           
 
Method Summary
 boolean areEqual(Object one, Object two)
          Returns true if two objects are equal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqualHelper

public EqualHelper()
Method Detail

areEqual

public boolean areEqual(Object one,
                        Object two)
Returns true if two objects are equal. The return value is:

Parameters:
one - null or non null.
two - null or non null.
Returns:
true or false.
Since:
0.0.2 (sasl-common-library)


Copyright © 2010. All Rights Reserved.