Searched defs:hashFunctions (Results 1 – 2 of 2) sorted by relevance
76 HashFunction[] hashFunctions = new HashFunction[hashFunctionsNeeded]; in goodFastHash() local601 public static HashFunction concatenating(Iterable<HashFunction> hashFunctions) { in concatenating()