src/java.base/share/classes/java/lang/invoke/MethodHandle.java
changeset 47478 438e0c9f2f17
parent 47250 a0f26f0da4f1
child 47856 76519338df34
equal deleted inserted replaced
47477:115ed64c7822 47478:438e0c9f2f17
   763      * of several arguments into an array, as
   763      * of several arguments into an array, as
   764      * {@linkplain #asVarargsCollector described elsewhere}.
   764      * {@linkplain #asVarargsCollector described elsewhere}.
   765      * In every other case, all conversions are applied <em>pairwise</em>,
   765      * In every other case, all conversions are applied <em>pairwise</em>,
   766      * which means that each argument or return value is converted to
   766      * which means that each argument or return value is converted to
   767      * exactly one argument or return value (or no return value).
   767      * exactly one argument or return value (or no return value).
   768      * The applied conversions are defined by consulting the
   768      * The applied conversions are defined by consulting
   769      * the corresponding component types of the old and new
   769      * the corresponding component types of the old and new
   770      * method handle types.
   770      * method handle types.
   771      * <p>
   771      * <p>
   772      * Let <em>T0</em> and <em>T1</em> be corresponding new and old parameter types,
   772      * Let <em>T0</em> and <em>T1</em> be corresponding new and old parameter types,
   773      * or old and new return types.  Specifically, for some valid index {@code i}, let
   773      * or old and new return types.  Specifically, for some valid index {@code i}, let