Class LongToByte

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_byte.LongToByte
All Implemented Interfaces:
LongFunction<Byte>

public class LongToByte extends Object implements LongFunction<Byte>
Convert the input long value to a byte, with negative values masked away.
  • Constructor Details

    • LongToByte

      public LongToByte()
  • Method Details