public final class MapUtils
extends java.lang.Object
Constructor and Description |
---|
MapUtils()
Deprecated.
|
Modifier and Type | Method and 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
|
public static boolean equivalentDisregardingSort(java.util.Map a, java.util.Map b)
public static int hashContentsDisregardingSort(java.util.Map m)