Class CollectionsHelper
java.lang.Object
de.s42.base.collections.CollectionsHelper
- Author:
- Benjamin Schiller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <ListType> booleanlistEqualsIgnoreOrder(List<ListType> list1, List<ListType> list2)
-
Constructor Details
-
CollectionsHelper
private CollectionsHelper()
-
-
Method Details
-
listEqualsIgnoreOrder
-