Class MurmurHash3.Hash128

  • Enclosing class:
    MurmurHash3

    public static class MurmurHash3.Hash128
    extends java.lang.Object
    A 128-bits hash.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long h1
      lower 64 bits part
      long h2
      higher 64 bits part
    • Constructor Summary

      Constructors 
      Constructor Description
      Hash128()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • h1

        public long h1
        lower 64 bits part
      • h2

        public long h2
        higher 64 bits part
    • Constructor Detail

      • Hash128

        public Hash128()