Class DivideToLong
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.DivideToLong
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class DivideToLong
extends java.lang.Object
implements java.util.function.LongUnaryOperator
Integer devide the cycle, the other side of modulo.
-
Constructor Summary
Constructors Constructor Description DivideToLong(long divisor) -
Method Summary
Modifier and Type Method Description longapplyAsLong(long input)
-
Constructor Details
-
DivideToLong
public DivideToLong(long divisor)
-
-
Method Details
-
applyAsLong
public long applyAsLong(long input)- Specified by:
applyAsLongin interfacejava.util.function.LongUnaryOperator
-