- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCombineOrdered_randomHashCodes (0.36 seconds)
-
guava-tests/test/com/google/common/hash/HashingTest.java
assertFalse( Hashing.combineOrdered(ImmutableList.of(hash31, hash32)) .equals(Hashing.combineOrdered(ImmutableList.of(hash32, hash31)))); } public void testCombineOrdered_randomHashCodes() { Random random = new Random(7); List<HashCode> hashCodes = new ArrayList<>(); for (int i = 0; i < 10; i++) { hashCodes.add(HashCode.fromLong(random.nextLong())); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 26.7K bytes - Click Count (2)