Searched refs:hashFunctions (Results 1 – 1 of 1) sorted by relevance
72 HashFunction[] hashFunctions = new HashFunction[hashFunctionsNeeded]; in goodFastHash() local73 hashFunctions[0] = Murmur3_128Holder.GOOD_FAST_HASH_FUNCTION_128; in goodFastHash()77 hashFunctions[i] = murmur3_128(seed); in goodFastHash()79 return new ConcatenatedHashFunction(hashFunctions); in goodFastHash()