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