Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java4018 return new MapReduceKeysToLongTask<K,V> in reduceKeysToLong()
5960 static final class MapReduceKeysToLongTask<K,V> class in ConcurrentHashMap
5966 MapReduceKeysToLongTask<K,V> rights, nextRight;
5967 MapReduceKeysToLongTask in MapReduceKeysToLongTask() method in ConcurrentHashMap.MapReduceKeysToLongTask
5969 MapReduceKeysToLongTask<K,V> nextRight, in MapReduceKeysToLongTask()
5987 (rights = new MapReduceKeysToLongTask<K,V> in compute()
5997 MapReduceKeysToLongTask<K,V> in compute()
5998 t = (MapReduceKeysToLongTask<K,V>)c, in compute()