Home
last modified time | relevance | path

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

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