Home
last modified time | relevance | path

Searched defs: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
665 public V waitForValue() throws InterruptedException { in waitForValue() method in MapMaker.StrategyImpl.FutureValueReference
771 V waitForValue() throws InterruptedException; in waitForValue() method
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
1115 public V waitForValue() { in waitForValue() method in MapMaker.StrongValueReference
DCustomConcurrentHashMap.java512 V waitForValue(E entry) throws InterruptedException; in waitForValue() method