Class IntArrayShortArrayConverter
java.lang.Object
com.saperion.common.lang.conversion.array.IntArrayShortArrayConverter
- All Implemented Interfaces:
Converter<int[],
short[]>
Converts int[] to short[]
- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshort[]
convert
(int[] integers) Converts the specified object and returns the conversion result.
-
Constructor Details
-
IntArrayShortArrayConverter
public IntArrayShortArrayConverter()
-
-
Method Details
-
convert
public short[] 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.
-