Searched defs:nextRight (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java5391 ReduceKeysTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.ReduceKeysTask
5394 ReduceKeysTask<K,V> nextRight,
5396 super(p, b, i, f, t); this.nextRight = nextRight;
5427 s = t.rights = s.nextRight;
5439 ReduceValuesTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.ReduceValuesTask
5442 ReduceValuesTask<K,V> nextRight,
5444 super(p, b, i, f, t); this.nextRight = nextRight;
5475 s = t.rights = s.nextRight;
5392 ReduceKeysTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, ReduceKeysTask<K,V> nextRight, BiFunction<? super K, ? super K, ? extends K> reducer) argument
5440 ReduceValuesTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, ReduceValuesTask<K,V> nextRight, BiFunction<? super V, ? super V, ? extends V> reducer) argument
5487 ReduceEntriesTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.ReduceEntriesTask
5488 ReduceEntriesTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, ReduceEntriesTask<K,V> nextRight, BiFunction<Entry<K,V>, Map.Entry<K,V>, ? extends Map.Entry<K,V>> reducer) argument
5534 MapReduceKeysTask<K,V,U> rights, nextRight; field in class:ConcurrentHashMap.MapReduceKeysTask
5535 MapReduceKeysTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceKeysTask<K,V,U> nextRight, Function<? super K, ? extends U> transformer, BiFunction<? super U, ? super U, ? extends U> reducer) argument
5588 MapReduceValuesTask<K,V,U> rights, nextRight; field in class:ConcurrentHashMap.MapReduceValuesTask
5589 MapReduceValuesTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceValuesTask<K,V,U> nextRight, Function<? super V, ? extends U> transformer, BiFunction<? super U, ? super U, ? extends U> reducer) argument
5642 MapReduceEntriesTask<K,V,U> rights, nextRight; field in class:ConcurrentHashMap.MapReduceEntriesTask
5643 MapReduceEntriesTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceEntriesTask<K,V,U> nextRight, Function<Map.Entry<K,V>, ? extends U> transformer, BiFunction<? super U, ? super U, ? extends U> reducer) argument
5696 MapReduceMappingsTask<K,V,U> rights, nextRight; field in class:ConcurrentHashMap.MapReduceMappingsTask
5697 MapReduceMappingsTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceMappingsTask<K,V,U> nextRight, BiFunction<? super K, ? super V, ? extends U> transformer, BiFunction<? super U, ? super U, ? extends U> reducer) argument
5751 MapReduceKeysToDoubleTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceKeysToDoubleTask
5752 MapReduceKeysToDoubleTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceKeysToDoubleTask<K,V> nextRight, ToDoubleFunction<? super K> transformer, double basis, DoubleBinaryOperator reducer) argument
5801 MapReduceValuesToDoubleTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceValuesToDoubleTask
5802 MapReduceValuesToDoubleTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceValuesToDoubleTask<K,V> nextRight, ToDoubleFunction<? super V> transformer, double basis, DoubleBinaryOperator reducer) argument
5851 MapReduceEntriesToDoubleTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceEntriesToDoubleTask
5852 MapReduceEntriesToDoubleTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceEntriesToDoubleTask<K,V> nextRight, ToDoubleFunction<Map.Entry<K,V>> transformer, double basis, DoubleBinaryOperator reducer) argument
5901 MapReduceMappingsToDoubleTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceMappingsToDoubleTask
5902 MapReduceMappingsToDoubleTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceMappingsToDoubleTask<K,V> nextRight, ToDoubleBiFunction<? super K, ? super V> transformer, double basis, DoubleBinaryOperator reducer) argument
5951 MapReduceKeysToLongTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceKeysToLongTask
5952 MapReduceKeysToLongTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceKeysToLongTask<K,V> nextRight, ToLongFunction<? super K> transformer, long basis, LongBinaryOperator reducer) argument
6001 MapReduceValuesToLongTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceValuesToLongTask
6002 MapReduceValuesToLongTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceValuesToLongTask<K,V> nextRight, ToLongFunction<? super V> transformer, long basis, LongBinaryOperator reducer) argument
6051 MapReduceEntriesToLongTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceEntriesToLongTask
6052 MapReduceEntriesToLongTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceEntriesToLongTask<K,V> nextRight, ToLongFunction<Map.Entry<K,V>> transformer, long basis, LongBinaryOperator reducer) argument
6101 MapReduceMappingsToLongTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceMappingsToLongTask
6102 MapReduceMappingsToLongTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceMappingsToLongTask<K,V> nextRight, ToLongBiFunction<? super K, ? super V> transformer, long basis, LongBinaryOperator reducer) argument
6151 MapReduceKeysToIntTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceKeysToIntTask
6152 MapReduceKeysToIntTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceKeysToIntTask<K,V> nextRight, ToIntFunction<? super K> transformer, int basis, IntBinaryOperator reducer) argument
6201 MapReduceValuesToIntTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceValuesToIntTask
6202 MapReduceValuesToIntTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceValuesToIntTask<K,V> nextRight, ToIntFunction<? super V> transformer, int basis, IntBinaryOperator reducer) argument
6251 MapReduceEntriesToIntTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceEntriesToIntTask
6252 MapReduceEntriesToIntTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceEntriesToIntTask<K,V> nextRight, ToIntFunction<Map.Entry<K,V>> transformer, int basis, IntBinaryOperator reducer) argument
6301 MapReduceMappingsToIntTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceMappingsToIntTask
6302 MapReduceMappingsToIntTask(BulkTask<K,V,?> p, int b, int i, int f, Node<K,V>[] t, MapReduceMappingsToIntTask<K,V> nextRight, ToIntBiFunction<? super K, ? super V> transformer, int basis, IntBinaryOperator reducer) argument
[all...]

Completed in 43 milliseconds