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

  /external/mockito/src/main/java/org/mockito/internal/util/concurrent/
WeakConcurrentMap.java 25 public class WeakConcurrentMap<K, V> extends ReferenceQueue<K> implements Runnable, Iterable<Map.Entry<K, V>> {
36 public WeakConcurrentMap(boolean cleanerThread) {
170 * If we are looking up the value of the current key via WeakConcurrentMap::get or any other public
244 * A {@link WeakConcurrentMap} where stale entries are removed as a side effect of interacting with this map.
246 public static class WithInlinedExpunction<K, V> extends WeakConcurrentMap<K, V> {
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 

Completed in 182 milliseconds