Package com.devebot.opflow.supports
Class OpflowCollectionUtil
java.lang.Object
com.devebot.opflow.supports.OpflowCollectionUtil
public class OpflowCollectionUtil extends Object
- Author:
- acegik
-
Constructor Summary
Constructors Constructor Description OpflowCollectionUtil() -
Method Summary
Modifier and Type Method Description static <T> booleanarrayContains(T[] array, T v)static Set<String>arrayToSet(String[] source)static String[]distinct(String[] source)static String[]mergeArrays(String[] array1, String[] array2)static <T> List<T>mergeLists(List<T> list1, List<T> list2)
-
Constructor Details
-
OpflowCollectionUtil
public OpflowCollectionUtil()
-
-
Method Details
-
mergeArrays
-
arrayContains
public static <T> boolean arrayContains(T[] array, T v) -
mergeLists
-
distinct
-
arrayToSet
-