Class LongArray2Long

    • Method Detail

      • convert

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