Class IntArray2Int

    • Method Detail

      • convert

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