Class IntArrayLongArrayConverter
- java.lang.Object
-
- com.saperion.common.lang.conversion.array.IntArrayLongArrayConverter
-
-
Constructor Summary
Constructors Constructor Description IntArrayLongArrayConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]
convert(int[] integers)
Converts the specified object and returns the conversion result.
-
-
-
Method Detail
-
convert
public long[] convert(int[] integers)
Description copied from interface:Converter
Converts the specified object and returns the conversion result. Implementations have to acceptnull
-values without throwing exceptions.
-
-