Lines Matching defs:with

18  * 2 along with this work; if not, write to the Free Software Foundation,
36 * Redistribution and use in source and binary forms, with or without
44 * and/or other materials provided with the distribution.
93 * A date-time with a time-zone in an arbitrary chronology,
108 * interface, even in the case where the application needs to deal with multiple
115 * This interface must be implemented with care to ensure other classes operate correctly.
160 * {@link Chronology#zonedDateTime(TemporalAccessor)} with the extracted chronology.
225 * This returns a local date with the same year, month and day
237 * This returns a local time with the same hour, minute, second and
249 * This returns a local date with the same year, month and day
294 * a zoned date-time with the earlier of the two selected.
301 * @return a {@code ChronoZonedDateTime} based on this date-time with the earlier offset, not null
314 * a zoned date-time with the later of the two selected.
321 * @return a {@code ChronoZonedDateTime} based on this date-time with the later offset, not null
328 * Returns a copy of this date-time with a different time-zone,
340 * @return a {@code ChronoZonedDateTime} based on this date-time with the requested zone, not null
345 * Returns a copy of this date-time with a different time-zone,
358 * @return a {@code ChronoZonedDateTime} based on this date-time with the requested zone, not null
368 * {@link #get(TemporalField) get} and {@link #with(TemporalField, long)}
419 default ChronoZonedDateTime<D> with(TemporalAdjuster adjuster) {
420 return ChronoZonedDateTimeImpl.ensureValid(getChronology(), Temporal.super.with(adjuster));
429 ChronoZonedDateTime<D> with(TemporalField field, long newValue);
565 * It is "consistent with equals", as defined by {@link Comparable}.