Uses of Class
org.threeten.bp.zone.ZoneRules
-
Packages that use ZoneRules Package Description org.threeten.bp The main API for dates, times, instants, and durations.org.threeten.bp.zone Support for time-zones and their rules. -
-
Uses of ZoneRules in org.threeten.bp
Fields in org.threeten.bp declared as ZoneRules Modifier and Type Field Description private ZoneRulesZoneRegion. rulesThe time-zone rules, null if zone ID was loaded leniently.Methods in org.threeten.bp that return ZoneRules Modifier and Type Method Description abstract ZoneRulesZoneId. getRules()Gets the time-zone rules for this ID allowing calculations to be performed.ZoneRulesZoneOffset. getRules()Gets the associated time-zone rules.ZoneRulesZoneRegion. getRules()Constructors in org.threeten.bp with parameters of type ZoneRules Constructor Description ZoneRegion(java.lang.String id, ZoneRules rules)Constructor. -
Uses of ZoneRules in org.threeten.bp.zone
Subclasses of ZoneRules in org.threeten.bp.zone Modifier and Type Class Description (package private) classStandardZoneRulesThe rules describing how the zone offset varies through the year and historically.(package private) static classZoneRules.FixedFixed time-zone.Fields in org.threeten.bp.zone with type parameters of type ZoneRules Modifier and Type Field Description private java.util.SortedMap<java.lang.String,ZoneRules>TzdbZoneRulesCompiler. builtZonesThe built zones.Methods in org.threeten.bp.zone that return ZoneRules Modifier and Type Method Description (package private) ZoneRulesTzdbZoneRulesProvider.Version. createRule(short index)(package private) ZoneRulesTzdbZoneRulesProvider.Version. getRules(java.lang.String regionId)static ZoneRulesZoneRulesProvider. getRules(java.lang.String zoneId, boolean forCaching)Gets the rules for the zone ID.static ZoneRulesZoneRules. of(ZoneOffset offset)Obtains an instance ofZoneRulesthat always uses the same offset.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.protected ZoneRulesTzdbZoneRulesProvider. provideRules(java.lang.String zoneId, boolean forCaching)protected abstract ZoneRulesZoneRulesProvider. provideRules(java.lang.String regionId, boolean forCaching)SPI method to get the rules for the zone ID.ZoneRulesZoneRulesBuilder. toRules(java.lang.String zoneId)Completes the build converting the builder to a set of time-zone rules.(package private) ZoneRulesZoneRulesBuilder. toRules(java.lang.String zoneId, java.util.Map<java.lang.Object,java.lang.Object> deduplicateMap)Completes the build converting the builder to a set of time-zone rules.Methods in org.threeten.bp.zone that return types with arguments of type ZoneRules Modifier and Type Method Description static java.util.NavigableMap<java.lang.String,ZoneRules>ZoneRulesProvider. getVersions(java.lang.String zoneId)Gets the history of rules for the zone ID.java.util.SortedMap<java.lang.String,ZoneRules>TzdbZoneRulesCompiler. getZones()Gets the parsed zone rules.protected java.util.NavigableMap<java.lang.String,ZoneRules>TzdbZoneRulesProvider. provideVersions(java.lang.String zoneId)protected abstract java.util.NavigableMap<java.lang.String,ZoneRules>ZoneRulesProvider. provideVersions(java.lang.String zoneId)SPI method to get the history of rules for the zone ID.Method parameters in org.threeten.bp.zone with type arguments of type ZoneRules Modifier and Type Method Description private static voidTzdbZoneRulesCompiler. outputFile(java.io.File dstFile, java.lang.String version, java.util.SortedMap<java.lang.String,ZoneRules> builtZones, java.util.SortedMap<LocalDate,java.lang.Byte> leapSeconds)Outputs the file.private static voidTzdbZoneRulesCompiler. outputFile(java.io.File dstFile, java.util.Map<java.lang.String,java.util.SortedMap<java.lang.String,ZoneRules>> allBuiltZones, java.util.Set<java.lang.String> allRegionIds, java.util.Set<ZoneRules> allRules, java.util.SortedMap<LocalDate,java.lang.Byte> leapSeconds)Outputs the file.private static voidTzdbZoneRulesCompiler. outputFilesDat(java.io.File dstDir, java.util.Map<java.lang.String,java.util.SortedMap<java.lang.String,ZoneRules>> allBuiltZones, java.util.Set<java.lang.String> allRegionIds, java.util.Set<ZoneRules> allRules, java.util.SortedMap<LocalDate,java.lang.Byte> leapSeconds)Outputs the DAT files.private static voidTzdbZoneRulesCompiler. outputTzdbDat(java.io.OutputStream jos, java.util.Map<java.lang.String,java.util.SortedMap<java.lang.String,ZoneRules>> allBuiltZones, java.util.Set<java.lang.String> allRegionIds, java.util.Set<ZoneRules> allRules)Outputs the timezone DAT file.private static voidTzdbZoneRulesCompiler. outputTzdbEntry(java.util.jar.JarOutputStream jos, java.util.Map<java.lang.String,java.util.SortedMap<java.lang.String,ZoneRules>> allBuiltZones, java.util.Set<java.lang.String> allRegionIds, java.util.Set<ZoneRules> allRules)Outputs the timezone entry in the JAR file.
-