Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DComputingConcurrentHashMap.java65 V getOrCompute(K key) throws ExecutionException { in getOrCompute() method in ComputingConcurrentHashMap
76 V getOrCompute(K key, int hash, Function<? super K, ? extends V> computingFunction) in getOrCompute() method in ComputingConcurrentHashMap.ComputingSegment