- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGoodFastHashEquals (0.09 sec)
-
guava-tests/test/com/google/common/hash/HashingTest.java
* different parameters can be equal. That fact is a problem for {@code * testSeededHashFunctionEquals}. */ public void testGoodFastHashEquals() throws Exception { HashFunction hashFunction1a = Hashing.goodFastHash(1); HashFunction hashFunction1b = Hashing.goodFastHash(32); HashFunction hashFunction2a = Hashing.goodFastHash(33);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 09 17:40:09 UTC 2024 - 26.3K bytes - Viewed (0)