Searched refs:LookupValue (Results 1 – 1 of 1) sorted by relevance
175 return reverseMap.containsKey(new LookupValue<>(value)); in containsValue()268 private static final class LookupValue<V> implements Value<V> { class in WeakCache271 LookupValue(V value) { in LookupValue() method in WeakCache.LookupValue