Class Long2Int

    • Constructor Detail

      • Long2Int

        public Long2Int()
    • Method Detail

      • convert

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