HomeSort by relevance Sort by last modified time
    Searched defs:waitForValue (Results 1 - 7 of 7) sorted by null

  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 160 V value = e.getValueReference().waitForValue();
238 public V waitForValue() throws ExecutionException {
277 public V waitForValue() {
297 // All computation lookups go through waitForValue. This method thus is
321 public V waitForValue() throws ExecutionException {
340 return computedReference.waitForValue();
MapMakerInternalMap.java 598 V waitForValue() throws ExecutionException;
653 public Object waitForValue() {
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 634 V waitForValue() throws ExecutionException;
712 public Object waitForValue() {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 234 milliseconds