Home
last modified time | relevance | path

Searched refs:objectWithHash (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DCacheEvictionTest.java143 cache.getUnchecked(objectWithHash(0)); in testEviction_overflow()
144 cache.getUnchecked(objectWithHash(0)); in testEviction_overflow()
309 private Object objectWithHash(final int hash) { in objectWithHash() method in CacheEvictionTest