equal
deleted
inserted
replaced
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 |