javax.time.calendrical
Interface CalendricalAdjuster

All Known Subinterfaces:
CalendricalObject, DateAdjuster, DateTimeCalendrical, DateTimeObject, TimeAdjuster
All Known Implementing Classes:
AmPm, Calendar, ChronoDate, Date, DateTimeBuilder, DayOfWeek, GregorianCalendar, Instant, LocalDate, LocalDateTime, LocalTime, Month, MonthDay, OffsetDate, OffsetDateTime, OffsetTime, QuarterOfYear, Year, YearMonth, ZonedDateTime, ZoneId, ZoneOffset

public interface CalendricalAdjuster

An object that represents a way to manipulate calendrical information.

This interface is intended to be used as the common super-type of CalendricalObject, DateAdjuster and TimeAdjuster. It is not intended that applications extend this interface directly.

Implementation notes

This interface places no restrictions on implementations and makes no guarantees about their thread-safety.