Package com.mchange.v1.util
Class MapUtils
- java.lang.Object
-
- com.mchange.v1.util.MapUtils
-
public final class MapUtils extends java.lang.Object
Deprecated.Oops! Doesn't conform to Map equals() / hashCode() contract!
-
-
Constructor Summary
Constructors Constructor Description MapUtils()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
equivalentDisregardingSort(java.util.Map a, java.util.Map b)
Deprecated.static int
hashContentsDisregardingSort(java.util.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
-
-
-
Method Detail
-
equivalentDisregardingSort
public static boolean equivalentDisregardingSort(java.util.Map a, java.util.Map b)
Deprecated.
-
hashContentsDisregardingSort
public static int hashContentsDisregardingSort(java.util.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
-
-