Class LongArrayIntArrayConverter
java.lang.Object
com.saperion.common.lang.conversion.array.LongArrayIntArrayConverter
- All Implemented Interfaces:
Converter<long[],int[]>
Converts a long[] to an int[]
- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]convert(long[] longs) Converts the specified object and returns the conversion result.
-
Constructor Details
-
LongArrayIntArrayConverter
public LongArrayIntArrayConverter()
-
-
Method Details
-
convert
public int[] convert(long[] longs) Description copied from interface:ConverterConverts the specified object and returns the conversion result. Implementations have to acceptnull-values without throwing exceptions.
-