Package com.mchange.v1.util
Class ListUtils
java.lang.Object
com.mchange.v1.util.ListUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equivalent
(List a, List b) static int
hashContents
(List l) finds a hash value which takes into account the value of all elements, such that two sets for which equivalent(a, b) returns true will hashContents() to the same valuestatic List
-
Constructor Details
-
ListUtils
public ListUtils()
-
-
Method Details
-
oneElementUnmodifiableList
-
equivalent
-
hashContents
finds a hash value which takes into account the value of all elements, such that two sets for which equivalent(a, b) returns true will hashContents() to the same value
-