Home
last modified time | relevance | path

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

/external/guava/src/com/google/common/collect/
DMapMaker.java566 public V waitForValue(ReferenceEntry<K, V> entry) in waitForValue() method in MapMaker.StrategyImpl
577 return valueReference.waitForValue(); in waitForValue()
665 public V waitForValue() throws InterruptedException { in waitForValue() method in MapMaker.StrategyImpl.FutureValueReference
669 V value = StrategyImpl.this.waitForValue(original); in waitForValue()
771 V waitForValue() throws InterruptedException; in waitForValue() method
783 public Object waitForValue() {
811 public V waitForValue() { in waitForValue() method in MapMaker.NullOutputExceptionReference
830 public V waitForValue() { in waitForValue() method in MapMaker.ComputationExceptionReference
1067 public V waitForValue() { in waitForValue() method in MapMaker.WeakValueReference
1092 public V waitForValue() { in waitForValue() method in MapMaker.SoftValueReference
[all …]
DCustomConcurrentHashMap.java512 V waitForValue(E entry) throws InterruptedException; in waitForValue() method
2065 V value = computingStrategy.waitForValue(entry); in get()