Class Murmur3DivToLong
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_long.Murmur3DivToLong
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Murmur3DivToLong extends java.lang.Object implements java.util.function.LongUnaryOperatorYield a long value which is the result of hashing and modulo division with the specified divisor.
-
-
Constructor Summary
Constructors Constructor Description Murmur3DivToLong(long divisor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longapplyAsLong(long input)
-