Home
last modified time | relevance | path

Searched refs:waitForValue (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DComputingConcurrentHashMap.java158 V value = e.getValueReference().waitForValue(); in getOrCompute()
237 public V waitForValue() throws ExecutionException { in waitForValue() method in ComputingConcurrentHashMap.ComputationExceptionReference
277 public V waitForValue() { in waitForValue() method in ComputingConcurrentHashMap.ComputedReference
322 public V waitForValue() throws ExecutionException { in waitForValue() method in ComputingConcurrentHashMap.ComputingValueReference
341 return computedReference.waitForValue(); in waitForValue()
DMapMakerInternalMap.java543 V waitForValue() throws ExecutionException; in waitForValue() method
601 public Object waitForValue() {
1717 public V waitForValue() { in waitForValue() method in MapMakerInternalMap.WeakValueReference
1756 public V waitForValue() { in waitForValue() method in MapMakerInternalMap.SoftValueReference
1793 public V waitForValue() { in waitForValue() method in MapMakerInternalMap.StrongValueReference
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java639 V waitForValue() throws ExecutionException; in waitForValue() method
720 public Object waitForValue() {
1617 public V waitForValue() { in waitForValue() method in LocalCache.WeakValueReference
1664 public V waitForValue() { in waitForValue() method in LocalCache.SoftValueReference
1711 public V waitForValue() { in waitForValue() method in LocalCache.StrongValueReference
2302 V value = valueReference.waitForValue(); in waitForLoadingValue()
3556 public V waitForValue() throws ExecutionException { in waitForValue() method
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1846 public V waitForValue() { in waitForValue() method in MapMakerInternalMapTest.DummyValueReference
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java2741 public V waitForValue() { in waitForValue() method in LocalCacheTest.DummyValueReference