com.mchange.v1.util
Class MapUtils

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

Deprecated. Oops! Doesn't conform to Map equals() / hashCode() contract!

public final class MapUtils
extends Object


Constructor Summary
MapUtils()
          Deprecated.  
 
Method Summary
static boolean equivalentDisregardingSort(Map a, Map b)
          Deprecated.  
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapUtils

public MapUtils()
Deprecated. 
Method Detail

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