Class Swap
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.Swap
- All Implemented Interfaces:
LongUnaryOperator
-
Constructor Summary
ConstructorsConstructorDescriptionSwap(LongFunction<String> nameFunc) Swap(LongFunction<String> nameFunc, long defaultValue) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.LongUnaryOperator
andThen, compose
-
Constructor Details
-
Swap
-
Swap
-
Swap
-
Swap
-
-
Method Details
-
applyAsLong
public long applyAsLong(long input) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-