Class IntArray2LongArray

  • All Implemented Interfaces:
    SeedConverter<int[],​long[]>

    public class IntArray2LongArray
    extends Object
    implements SeedConverter<int[],​long[]>
    Creates a long[] from an int[].
    Since:
    1.0
    • Constructor Detail

      • IntArray2LongArray

        public IntArray2LongArray()
    • Method Detail

      • convert

        public long[] convert​(int[] seed)
        Converts seed from input type to output type.
        Specified by:
        convert in interface SeedConverter<int[],​long[]>
        Parameters:
        seed - Original seed value.
        Returns:
        the converted seed value.