Class LongToShort

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_short.LongToShort
All Implemented Interfaces:
LongFunction<Short>

public class LongToShort extends Object implements LongFunction<Short>
Convert the input value from long to short.
  • Constructor Details

    • LongToShort

      public LongToShort()
  • Method Details