Home | History | Annotate | Download | only in time

Lines Matching refs:adjustInto

612      * {@link TemporalAdjuster#adjustInto(Temporal)} method on the
624 return (YearMonth) adjuster.adjustInto(this);
662 * is obtained by invoking {@code TemporalField.adjustInto(Temporal, long)}
689 return field.adjustInto(this, newValue);
972 * temporal = thisYearMonth.adjustInto(temporal);
984 public Temporal adjustInto(Temporal temporal) {