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