Searched refs:intKeyWeigher (Results 1 – 2 of 2) sorted by relevance
20 import static com.google.common.cache.TestingWeighers.intKeyWeigher;216 .weigher(intKeyWeigher()) in testEviction_weightedLru()259 .weigher(intKeyWeigher()) in testEviction_overweight()
34 static Weigher<Integer, Object> intKeyWeigher() { in intKeyWeigher() method in TestingWeighers