Package com.saperion.common.lang.conversion.array
package com.saperion.common.lang.conversion.array
-
ClassesClassDescriptionArrayListConverter<Type>
Converter
for arrays to lists.ArrayToArrayConverter<SourceType,TargetType> AConverter
that converts between arrays.Converts a byte[] to an int[]Converts double[] to Double[]Converts a double[] to a float[]Converts Double[] to double[] Will convert null to 0.Converts a float[] to a double[]Converts int[] to byte[]converts int[] to Integer[]Converts int[] to long[]Converts int[] to short[]Converts Integer[] to int[] will convert null to 0.ListArrayConverter<Type>Base class for converters that create arrays from lists.Converts a long[] to an int[]Converts a short[] to an int[]