Uses of Class
org.threeten.bp.zone.ZoneOffsetTransition
-
Packages that use ZoneOffsetTransition Package Description org.threeten.bp.zone Support for time-zones and their rules. -
-
Uses of ZoneOffsetTransition in org.threeten.bp.zone
Methods in org.threeten.bp.zone that return ZoneOffsetTransition Modifier and Type Method Description ZoneOffsetTransitionZoneOffsetTransitionRule. 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.ZoneOffsetTransitionStandardZoneRules. getTransition(LocalDateTime localDateTime)ZoneOffsetTransitionZoneRules.Fixed. getTransition(LocalDateTime localDateTime)abstract ZoneOffsetTransitionZoneRules. getTransition(LocalDateTime localDateTime)Gets the offset transition applicable at the specified local date-time in these rules.ZoneOffsetTransitionStandardZoneRules. nextTransition(Instant instant)ZoneOffsetTransitionZoneRules.Fixed. nextTransition(Instant instant)abstract ZoneOffsetTransitionZoneRules. nextTransition(Instant instant)Gets the next transition after the specified instant.static ZoneOffsetTransitionZoneOffsetTransition. of(LocalDateTime transition, ZoneOffset offsetBefore, ZoneOffset offsetAfter)Obtains an instance defining a transition between two offsets.ZoneOffsetTransitionStandardZoneRules. previousTransition(Instant instant)ZoneOffsetTransitionZoneRules.Fixed. previousTransition(Instant instant)abstract ZoneOffsetTransitionZoneRules. previousTransition(Instant instant)Gets the previous transition before the specified instant.(package private) static ZoneOffsetTransitionZoneOffsetTransition. readExternal(java.io.DataInput in)Reads the state from the stream.(package private) ZoneOffsetTransitionZoneRulesBuilder.TZRule. toTransition(ZoneOffset standardOffset, int savingsBeforeSecs)Converts this to a transition.Methods in org.threeten.bp.zone that return types with arguments of type ZoneOffsetTransition Modifier and Type Method Description java.util.List<ZoneOffsetTransition>StandardZoneRules. getTransitions()java.util.List<ZoneOffsetTransition>ZoneRules.Fixed. getTransitions()abstract java.util.List<ZoneOffsetTransition>ZoneRules. getTransitions()Gets the complete list of fully defined transitions.Methods in org.threeten.bp.zone with parameters of type ZoneOffsetTransition Modifier and Type Method Description intZoneOffsetTransition. compareTo(ZoneOffsetTransition transition)Compares this transition to another based on the transition instant.private java.lang.ObjectStandardZoneRules. findOffsetInfo(LocalDateTime dt, ZoneOffsetTransition trans)Finds the offset info for a local date-time and transition.Method parameters in org.threeten.bp.zone with type arguments of type ZoneOffsetTransition Modifier and Type Method Description static ZoneRulesZoneRules. of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, java.util.List<ZoneOffsetTransition> standardOffsetTransitionList, java.util.List<ZoneOffsetTransition> transitionList, java.util.List<ZoneOffsetTransitionRule> lastRules)Obtains an instance ofZoneRuleswith full transition rules.Constructor parameters in org.threeten.bp.zone with type arguments of type ZoneOffsetTransition Constructor Description StandardZoneRules(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, java.util.List<ZoneOffsetTransition> standardOffsetTransitionList, java.util.List<ZoneOffsetTransition> transitionList, java.util.List<ZoneOffsetTransitionRule> lastRules)Creates an instance.
-