Home | History | Annotate | Download | only in time

Lines Matching refs:adjustInto

638      * {@link TemporalAdjuster#adjustInto(Temporal)} method on the
650 return (Instant) adjuster.adjustInto(this);
684 * is obtained by invoking {@code TemporalField.adjustInto(Temporal, long)}
716 return field.adjustInto(this, newValue);
1076 * temporal = thisInstant.adjustInto(temporal);
1088 public Temporal adjustInto(Temporal temporal) {