Class Murmur3DivToString
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_long.to_string.Murmur3DivToString
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.String>
public class Murmur3DivToString extends java.lang.Object implements java.util.function.LongFunction<java.lang.String>Yield a String value which is the result of hashing and modulo division with the specified divisor to long and then converting the value to String.
-
-
Constructor Summary
Constructors Constructor Description Murmur3DivToString(long divisor)
-
Method Summary
Modifier and Type Method Description java.lang.Stringapply(long input)
-