Searched defs:HashTestUtils (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
H A DHashTestUtils.java40 final class HashTestUtils { class
41 private HashTestUtils() {} method in class:HashTestUtils
419 HashCode hashcode1 = hashFunction.hashObject(o, HashTestUtils.BAD_FUNNEL);
420 HashCode hashcode2 = hashFunction.hashObject(o, HashTestUtils.BAD_FUNNEL);

Completed in 69 milliseconds