Class Murmur3


  • public final class Murmur3
    extends Object
    Copy of MurmurHash3 code from Google Guava library (Licensed under the Apache License, Version 2.0).

    Guava Project Page: https://github.com/google/guava

    MurmurHash3 was written by Austin Appleby, and is placed in the public domain. The author hereby disclaims copyright to this source code.

    • Method Detail

      • hash

        public static int hash​(int n1,
                               int n2)