Class Div
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_int.Div
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class Div
extends java.lang.Object
implements java.util.function.LongToIntFunction
-
Constructor Summary
Constructors Constructor Description Div(int divisor) -
Method Summary
Modifier and Type Method Description intapplyAsInt(long operand)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Div
public Div(int divisor)
-
-
Method Details
-
applyAsInt
public int applyAsInt(long operand)- Specified by:
applyAsIntin interfacejava.util.function.LongToIntFunction
-