- java.lang.Object
-
- com.simtechdata.process.Helper
-
public class Helper extends Object
-
-
Constructor Summary
Constructors Constructor Description Helper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<Integer>asSet(int[] elements)static <T> Set<T>asSet(T... elements)
-
-
-
Method Detail
-
asSet
@SafeVarargs public static <T> Set<T> asSet(T... elements)
-
-