Package com.mchange.v1.util
Class MapUtils
java.lang.Object
com.mchange.v1.util.MapUtils
Deprecated.
Oops! Doesn't conform to Map equals() / hashCode() contract!
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equivalentDisregardingSort
(Map a, Map b) Deprecated.static int
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
-
Constructor Details
-
MapUtils
public MapUtils()Deprecated.
-
-
Method Details
-
equivalentDisregardingSort
Deprecated. -
hashContentsDisregardingSort
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
-