Class MapComparator

    • Constructor Summary

      Constructors 
      Constructor Description
      MapComparator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEqual​(java.util.Map map1, java.util.Map map2)
      Checks, if two objects are considered equal.
      • Methods inherited from class java.lang.Object

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

      • MapComparator

        public MapComparator()
    • Method Detail

      • isEqual

        public boolean isEqual​(java.util.Map map1,
                               java.util.Map map2)
        Description copied from interface: ObjectAttributeComparator
        Checks, if two objects are considered equal.
        Specified by:
        isEqual in interface ObjectAttributeComparator<java.util.Map>
        Parameters:
        map1 - first object
        map2 - second object
        Returns:
        true, if equal, false otherwise