Class ToInt
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_int.ToInt
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class ToInt
extends java.lang.Object
implements java.util.function.LongToIntFunction
-
Constructor Summary
Constructors Constructor Description ToInt() -
Method Summary
Modifier and Type Method Description intapplyAsInt(long value)
-
Constructor Details
-
ToInt
public ToInt()
-
-
Method Details
-
applyAsInt
public int applyAsInt(long value)- Specified by:
applyAsIntin interfacejava.util.function.LongToIntFunction
-