@@ -247,7 +247,7 @@ public static KeywordArguments of(String name, Object value) {
247
247
* @param name2 the name of the second argument
248
248
* @param value2 the value of the second argument
249
249
* @return a new {@link KeywordArguments} instance containing the specified arguments
250
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
250
+ * @see java.util.Map#of(Object, Object, Object, Object)
251
251
*/
252
252
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 ) {
253
253
return new KeywordArguments .Implementation (Map .of (name1 , value1 , name2 , value2 ));
@@ -263,7 +263,7 @@ public static KeywordArguments of(String name1, Object value1, String name2, Obj
263
263
* @param name3 the name of the third argument
264
264
* @param value3 the value of the third argument
265
265
* @return a new {@link KeywordArguments} instance containing the specified arguments
266
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
266
+ * @see java.util.Map#of(Object, Object, Object, Object, Object, Object )
267
267
*/
268
268
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 , String name3 , Object value3 ) {
269
269
return new KeywordArguments .Implementation (Map .of (name1 , value1 , name2 , value2 , name3 , value3 ));
@@ -280,7 +280,7 @@ public static KeywordArguments of(String name1, Object value1, String name2, Obj
280
280
* @param value3 the value of the third argument
281
281
* ... (similar for other parameters) ...
282
282
* @return a new {@link KeywordArguments} instance containing the specified arguments
283
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
283
+ * @see java.util.Map#of(Object, Object, Object, Object, Object, Object, Object, Object )
284
284
*/
285
285
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 , String name3 , Object value3 , String name4 , Object value4 ) {
286
286
return new KeywordArguments .Implementation (Map .of (name1 , value1 , name2 , value2 , name3 , value3 , name4 , value4 ));
@@ -297,7 +297,7 @@ public static KeywordArguments of(String name1, Object value1, String name2, Obj
297
297
* @param value3 the value of the third argument
298
298
* ... (similar for other parameters) ...
299
299
* @return a new {@link KeywordArguments} instance containing the specified arguments
300
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
300
+ * @see java.util.Map#of(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object )
301
301
*/
302
302
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 , String name3 , Object value3 , String name4 , Object value4 ,
303
303
String name5 , Object value5 ) {
@@ -316,7 +316,7 @@ public static KeywordArguments of(String name1, Object value1, String name2, Obj
316
316
* @param value3 the value of the third argument
317
317
* ... (similar for other parameters) ...
318
318
* @return a new {@link KeywordArguments} instance containing the specified arguments
319
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
319
+ * @see java.util.Map#of(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object )
320
320
*/
321
321
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 , String name3 , Object value3 , String name4 , Object value4 ,
322
322
String name5 , Object value5 , String name6 , Object value6 ) {
@@ -335,7 +335,7 @@ public static KeywordArguments of(String name1, Object value1, String name2, Obj
335
335
* @param value3 the value of the third argument
336
336
* ... (similar for other parameters) ...
337
337
* @return a new {@link KeywordArguments} instance containing the specified arguments
338
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
338
+ * @see java.util.Map#of(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object )
339
339
*/
340
340
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 , String name3 , Object value3 , String name4 , Object value4 ,
341
341
String name5 , Object value5 , String name6 , Object value6 , String name7 , Object value7 ) {
@@ -354,7 +354,7 @@ public static KeywordArguments of(String name1, Object value1, String name2, Obj
354
354
* @param value3 the value of the third argument
355
355
* ... (similar for other parameters) ...
356
356
* @return a new {@link KeywordArguments} instance containing the specified arguments
357
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
357
+ * @see java.util.Map#of(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object )
358
358
*/
359
359
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 , String name3 , Object value3 , String name4 , Object value4 ,
360
360
String name5 , Object value5 , String name6 , Object value6 , String name7 , Object value7 , String name8 , Object value8 ) {
@@ -373,7 +373,7 @@ public static KeywordArguments of(String name1, Object value1, String name2, Obj
373
373
* @param value3 the value of the third argument
374
374
* ... (similar for other parameters) ...
375
375
* @return a new {@link KeywordArguments} instance containing the specified arguments
376
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
376
+ * @see java.util.Map#of(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object )
377
377
*/
378
378
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 , String name3 , Object value3 , String name4 , Object value4 ,
379
379
String name5 , Object value5 , String name6 , Object value6 , String name7 , Object value7 , String name8 , Object value8 ,
@@ -393,7 +393,7 @@ public static KeywordArguments of(String name1, Object value1, String name2, Obj
393
393
* @param value3 the value of the third argument
394
394
* ... (similar for other parameters) ...
395
395
* @return a new {@link KeywordArguments} instance containing the specified arguments
396
- * @see java.util.Map#of(Object, Object, Object, Object, ... )
396
+ * @see java.util.Map#of(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object )
397
397
*/
398
398
public static KeywordArguments of (String name1 , Object value1 , String name2 , Object value2 , String name3 , Object value3 , String name4 , Object value4 ,
399
399
String name5 , Object value5 , String name6 , Object value6 , String name7 , Object value7 , String name8 , Object value8 ,
0 commit comments