Class Int2Long

    • Constructor Detail

      • Int2Long

        public Int2Long()
    • Method Detail

      • convert

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