Class Murmur3DivToLong

  • All Implemented Interfaces:
    java.util.function.LongUnaryOperator

    public class Murmur3DivToLong
    extends java.lang.Object
    implements java.util.function.LongUnaryOperator
    Yield 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

      Modifier and Type Method Description
      long applyAsLong​(long input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.LongUnaryOperator

        andThen, compose
    • Constructor Detail

      • Murmur3DivToLong

        public Murmur3DivToLong​(long divisor)
    • Method Detail

      • applyAsLong

        public long applyAsLong​(long input)
        Specified by:
        applyAsLong in interface java.util.function.LongUnaryOperator