Home
last modified time | relevance | path

Searched defs:ConstantLoader (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DComputingConcurrentHashMapTest.java322 static final class ConstantLoader<K, V> implements Function<K, V> { class in ComputingConcurrentHashMapTest
325 public ConstantLoader(V constant) { in ConstantLoader() method in ComputingConcurrentHashMapTest.ConstantLoader