Package com.hybris.cockpitng.util
Class ListJoiner
- java.lang.Object
-
- com.hybris.cockpitng.util.ListJoiner
-
public class ListJoiner extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListJoiner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Listjoin(java.util.Collection... collections)Adds all elements from all not-null collections.
-