Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java3997 return new MapReduceKeysToLongTask<K,V> in reduceKeysToLong()
5916 static final class MapReduceKeysToLongTask<K,V> class in ConcurrentHashMap
5922 MapReduceKeysToLongTask<K,V> rights, nextRight;
5923 MapReduceKeysToLongTask in MapReduceKeysToLongTask() method in ConcurrentHashMap.MapReduceKeysToLongTask
5925 MapReduceKeysToLongTask<K,V> nextRight, in MapReduceKeysToLongTask()
5943 (rights = new MapReduceKeysToLongTask<K,V> in compute()
5953 MapReduceKeysToLongTask<K,V> in compute()
5954 t = (MapReduceKeysToLongTask<K,V>)c, in compute()