|
1 | 1 | /*
|
2 |
| - * Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 2012, 2024, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
@@ -1088,13 +1088,13 @@ public void accept(T t) {
|
1088 | 1088 | *
|
1089 | 1089 | * @param <T> the type of the input elements
|
1090 | 1090 | * @param <K> the type of the keys
|
1091 |
| - * @param <A> the intermediate accumulation type of the downstream collector |
1092 | 1091 | * @param <D> the result type of the downstream reduction
|
| 1092 | + * @param <A> the intermediate accumulation type of the downstream collector |
1093 | 1093 | * @param <M> the type of the resulting {@code Map}
|
1094 | 1094 | * @param classifier a classifier function mapping input elements to keys
|
1095 |
| - * @param downstream a {@code Collector} implementing the downstream reduction |
1096 | 1095 | * @param mapFactory a supplier providing a new empty {@code Map}
|
1097 | 1096 | * into which the results will be inserted
|
| 1097 | + * @param downstream a {@code Collector} implementing the downstream reduction |
1098 | 1098 | * @return a {@code Collector} implementing the cascaded group-by operation
|
1099 | 1099 | *
|
1100 | 1100 | * @see #groupingBy(Function, Collector)
|
@@ -1250,9 +1250,9 @@ public void accept(T t) {
|
1250 | 1250 | * @param <D> the result type of the downstream reduction
|
1251 | 1251 | * @param <M> the type of the resulting {@code ConcurrentMap}
|
1252 | 1252 | * @param classifier a classifier function mapping input elements to keys
|
1253 |
| - * @param downstream a {@code Collector} implementing the downstream reduction |
1254 | 1253 | * @param mapFactory a supplier providing a new empty {@code ConcurrentMap}
|
1255 | 1254 | * into which the results will be inserted
|
| 1255 | + * @param downstream a {@code Collector} implementing the downstream reduction |
1256 | 1256 | * @return a concurrent, unordered {@code Collector} implementing the cascaded group-by operation
|
1257 | 1257 | *
|
1258 | 1258 | * @see #groupingByConcurrent(Function)
|
@@ -1347,8 +1347,8 @@ public void accept(T t) {
|
1347 | 1347 | * applying the finisher function.
|
1348 | 1348 | *
|
1349 | 1349 | * @param <T> the type of the input elements
|
1350 |
| - * @param <A> the intermediate accumulation type of the downstream collector |
1351 | 1350 | * @param <D> the result type of the downstream reduction
|
| 1351 | + * @param <A> the intermediate accumulation type of the downstream collector |
1352 | 1352 | * @param predicate a predicate used for classifying input elements
|
1353 | 1353 | * @param downstream a {@code Collector} implementing the downstream
|
1354 | 1354 | * reduction
|
|
0 commit comments