Uses of Class
javax.time.calendar.zone.ZoneOffsetTransition
Packages that use ZoneOffsetTransition
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
Provides classes to implement time-zones and their rules.
-
Uses of ZoneOffsetTransition in javax.time.calendar
Methods in javax.time.calendar with parameters of type ZoneOffsetTransitionModifier and TypeMethodDescriptionprotected abstract OffsetDateTimeZoneResolver.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition gapInfo, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected OffsetDateTimeZoneResolvers.Combination.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected OffsetDateTimeZoneResolvers.PostGapPreOverlap.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected OffsetDateTimeZoneResolvers.PostTransition.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected OffsetDateTimeZoneResolvers.PreTransition.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected OffsetDateTimeZoneResolvers.PushForward.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected OffsetDateTimeZoneResolvers.RetainOffset.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected OffsetDateTimeZoneResolvers.Strict.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected abstract OffsetDateTimeZoneResolver.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition overlapInfo, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.protected OffsetDateTimeZoneResolvers.Combination.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.protected OffsetDateTimeZoneResolvers.PostGapPreOverlap.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.protected OffsetDateTimeZoneResolvers.PostTransition.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.protected OffsetDateTimeZoneResolvers.PreTransition.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.protected OffsetDateTimeZoneResolvers.PushForward.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.protected OffsetDateTimeZoneResolvers.RetainOffset.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.protected OffsetDateTimeZoneResolvers.Strict.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition discontinuity, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap. -
Uses of ZoneOffsetTransition in javax.time.calendar.zone
Classes in javax.time.calendar.zone that implement interfaces with type arguments of type ZoneOffsetTransitionModifier and TypeClassDescriptionfinal classA transition between two offsets caused by a discontinuity in the local time-line.Fields in javax.time.calendar.zone declared as ZoneOffsetTransitionModifier and TypeFieldDescriptionprivate final ZoneOffsetTransitionZoneOffsetInfo.transitionThe transition between two offsets on the local time-line.Methods in javax.time.calendar.zone that return ZoneOffsetTransitionModifier and TypeMethodDescriptionZoneOffsetTransitionRule.createTransition(int year) Creates a transition instance for the specified year.private ZoneOffsetTransition[]StandardZoneRules.findTransitionArray(int year) Finds the appropriate transition array for the given year.ZoneOffsetInfo.getTransition()Gets information about the transition occurring on the local time-line.FixedZoneRules.nextTransition(InstantProvider instantProvider) Gets the next transition after the specified transition.StandardZoneRules.nextTransition(InstantProvider instantProvider) Gets the next transition after the specified transition.abstract ZoneOffsetTransitionZoneRules.nextTransition(InstantProvider instantProvider) Gets the next transition after the specified transition.static ZoneOffsetTransitionZoneOffsetTransition.of(OffsetDateTime transition, ZoneOffset offsetAfter) Obtains an instance defining a transition between two offsets.FixedZoneRules.previousTransition(InstantProvider instantProvider) Gets the previous transition after the specified transition.StandardZoneRules.previousTransition(InstantProvider instantProvider) Gets the previous transition after the specified transition.abstract ZoneOffsetTransitionZoneRules.previousTransition(InstantProvider instantProvider) Gets the previous transition after the specified transition.(package private) static ZoneOffsetTransitionZoneOffsetTransition.readExternal(DataInput in) Reads the state from the stream.(package private) ZoneOffsetTransitionZoneRulesBuilder.TZRule.toTransition(ZoneOffset standardOffset, Period savingsBefore) Converts this to a transition.Methods in javax.time.calendar.zone that return types with arguments of type ZoneOffsetTransitionModifier and TypeMethodDescriptionFixedZoneRules.getTransitions()Gets the complete list of fully defined transitions.StandardZoneRules.getTransitions()Gets the complete list of transitions.abstract List<ZoneOffsetTransition> ZoneRules.getTransitions()Gets the complete list of fully defined transitions.Methods in javax.time.calendar.zone with parameters of type ZoneOffsetTransitionModifier and TypeMethodDescriptionintZoneOffsetTransition.compareTo(ZoneOffsetTransition transition) Compares this transition to another based on the transition instant.private ZoneOffsetInfoStandardZoneRules.findOffsetInfo(LocalDateTime dt, ZoneOffsetTransition trans) Finds the offset info for a local date-time and transition.static ZoneOffsetInfoZoneOffsetInfo.of(LocalDateTime dateTime, ZoneOffset offset, ZoneOffsetTransition transition) Creates an instance representing a simple single offset or a transition.Constructors in javax.time.calendar.zone with parameters of type ZoneOffsetTransitionModifierConstructorDescription(package private)ZoneOffsetInfo(LocalDateTime dateTime, ZoneOffset offset, ZoneOffsetTransition transition) Creates an instance handling a simple single offset.