Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DComputingConcurrentHashMap.java238 public V waitForValue() throws ExecutionException { in waitForValue() method in ComputingConcurrentHashMap.ComputationExceptionReference
277 public V waitForValue() { in waitForValue() method in ComputingConcurrentHashMap.ComputedReference
321 public V waitForValue() throws ExecutionException { in waitForValue() method in ComputingConcurrentHashMap.ComputingValueReference
DMapMakerInternalMap.java598 V waitForValue() throws ExecutionException; in waitForValue() method
1769 public V waitForValue() { in waitForValue() method in MapMakerInternalMap.WeakValueReference
1807 public V waitForValue() { in waitForValue() method in MapMakerInternalMap.SoftValueReference
1843 public V waitForValue() { in waitForValue() method in MapMakerInternalMap.StrongValueReference
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java634 V waitForValue() throws ExecutionException; in waitForValue() method
1674 public V waitForValue() { in waitForValue() method in LocalCache.WeakValueReference
1720 public V waitForValue() { in waitForValue() method in LocalCache.SoftValueReference
1766 public V waitForValue() { in waitForValue() method in LocalCache.StrongValueReference
3585 public V waitForValue() throws ExecutionException { in waitForValue() method in LocalCache.LoadingValueReference
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1875 public V waitForValue() { in waitForValue() method in MapMakerInternalMapTest.DummyValueReference
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java2656 public V waitForValue() { in waitForValue() method in LocalCacheTest.DummyValueReference