Searched refs:MapReduceKeysToLongTask (Results 1 – 1 of 1) sorted by relevance
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | ConcurrentHashMap.java | 4028 return new MapReduceKeysToLongTask<K,V> in reduceKeysToLong() 5947 static final class MapReduceKeysToLongTask<K,V> class in ConcurrentHashMap 5953 MapReduceKeysToLongTask<K,V> rights, nextRight; 5954 MapReduceKeysToLongTask in MapReduceKeysToLongTask() method in ConcurrentHashMap.MapReduceKeysToLongTask 5956 MapReduceKeysToLongTask<K,V> nextRight, in MapReduceKeysToLongTask() 5974 (rights = new MapReduceKeysToLongTask<K,V> in compute() 5984 MapReduceKeysToLongTask<K,V> in compute() 5985 t = (MapReduceKeysToLongTask<K,V>)c, in compute()
|