java.lang.Object
org.sentrysoftware.metricshub.engine.common.helpers.MapHelper

public class MapHelper extends Object
Helper class for operations related to maps.
  • Constructor Details

    • MapHelper

      public MapHelper()
  • Method Details

    • areEqual

      public static boolean areEqual(Map<String,String> first, Map<String,String> second)
      Check if the given maps are deeply the same.
      Parameters:
      first - The first map to compare.
      second - The second map to compare.
      Returns:
      true if the maps are deeply equal, otherwise false.