Class HashRange
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.unary_int.HashRange
- All Implemented Interfaces:
IntUnaryOperator
-
Constructor Details
-
HashRange
public HashRange(int width) -
HashRange
public HashRange(int minValue, int maxValue)
-
-
Method Details
-
applyAsInt
public int applyAsInt(int operand) - Specified by:
applyAsIntin interfaceIntUnaryOperator
-