Class MapUtils

java.lang.Object
com.mchange.v1.util.MapUtils

public final class MapUtils extends Object
Deprecated.
Oops! Doesn't conform to Map equals() / hashCode() contract!
  • Constructor Details

    • MapUtils

      public MapUtils()
      Deprecated.
  • Method Details

    • equivalentDisregardingSort

      public static boolean equivalentDisregardingSort(Map a, Map b)
      Deprecated.
    • hashContentsDisregardingSort

      public static int hashContentsDisregardingSort(Map m)
      Deprecated.
      finds a hash value which takes into account the value of all elements, such that two maps for which equivalentDisregardingSort(a, b) returns true will hashContentsDisregardingSort() to the same value