Interface IFilter.FilterKey

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void filterHash​(long[] dest)
      Places the murmur3 hash of the key in the given long array of size at least two.
    • Method Detail

      • filterHash

        void filterHash​(long[] dest)
        Places the murmur3 hash of the key in the given long array of size at least two.