Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DTestingWeighers.java28 return new ConstantWeigher(constant); in constantWeigher()
45 static final class ConstantWeigher implements Weigher<Object, Object> { class in TestingWeighers
48 ConstantWeigher(int constant) { in ConstantWeigher() method in TestingWeighers.ConstantWeigher