Class SimpleObjectEqualizer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEqual​(java.lang.Object left, java.lang.Object right)
      Determine if two objects are sementically equal.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleObjectEqualizer

        public SimpleObjectEqualizer()
    • Method Detail

      • isEqual

        public boolean isEqual​(java.lang.Object left,
                               java.lang.Object right)
        Determine if two objects are sementically equal.
        Specified by:
        isEqual in interface ObjectEqualizer
        Parameters:
        left - the left object
        right - the right object
        Returns:
        true when equal, else false