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

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

Completed in 92 milliseconds