| java.lang.Object com.mchange.v1.util.SetUtils
SetUtils | final public class SetUtils (Code) | | |
equivalentDisregardingSort | public static boolean equivalentDisregardingSort(Set a, Set b)(Code) | | |
hashContentsDisregardingSort | public static int hashContentsDisregardingSort(Set s)(Code) | | finds a hash value which takes into account
the value of all elements, such that two sets
for which equivalentDisregardingSort(a, b) returns
true will hashContentsDisregardingSort() to the same value
|
oneElementUnmodifiableSet | public static Set oneElementUnmodifiableSet(Object elem)(Code) | | |
|
|