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