Package com.mchange.v1.util
Class ListUtils
java.lang.Object
com.mchange.v1.util.ListUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanequivalent(List a, List b) static inthashContents(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 
 -