|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mchange.v1.util.MapUtils
public final class MapUtils
| Constructor Summary | |
|---|---|
MapUtils()
Deprecated. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapUtils()
| Method Detail |
|---|
public static boolean equivalentDisregardingSort(java.util.Map a,
java.util.Map b)
public static int hashContentsDisregardingSort(java.util.Map m)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||