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

/external/guava/guava/src/com/google/common/collect/
H A DComputingConcurrentHashMap.java160 V value = e.getValueReference().waitForValue();
238 public V waitForValue() throws ExecutionException { method in class:ComputingConcurrentHashMap.ComputationExceptionReference
277 public V waitForValue() { method in class:ComputingConcurrentHashMap.ComputedReference
297 // All computation lookups go through waitForValue. This method thus is
321 public V waitForValue() throws ExecutionException { method in class:ComputingConcurrentHashMap.ComputingValueReference
340 return computedReference.waitForValue();
H A DMapMakerInternalMap.java598 V waitForValue() throws ExecutionException; method in interface:MapMakerInternalMap.ValueReference
653 public Object waitForValue() {
1769 public V waitForValue() { method in class:MapMakerInternalMap.WeakValueReference
1807 public V waitForValue() { method in class:MapMakerInternalMap.SoftValueReference
1843 public V waitForValue() { method in class:MapMakerInternalMap.StrongValueReference
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java1875 public V waitForValue() { method in class:MapMakerInternalMapTest.DummyValueReference
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2656 public V waitForValue() { method in class:LocalCacheTest.DummyValueReference
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java634 V waitForValue() throws ExecutionException; method in interface:LocalCache.ValueReference
712 public Object waitForValue() {
1674 public V waitForValue() { method in class:LocalCache.WeakValueReference
1720 public V waitForValue() { method in class:LocalCache.SoftValueReference
1766 public V waitForValue() { method in class:LocalCache.StrongValueReference
2333 V value = valueReference.waitForValue();
3585 public V waitForValue() throws ExecutionException { method in class:LocalCache.LoadingValueReference

Completed in 105 milliseconds