Class MapHelper
java.lang.Object
org.sentrysoftware.metricshub.engine.common.helpers.MapHelper
Helper class for operations related to maps.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapHelper
public MapHelper()
-
-
Method Details
-
areEqual
Check if the given maps are deeply the same.- Parameters:
first- The first map to compare.second- The second map to compare.- Returns:
trueif the maps are deeply equal, otherwisefalse.
-