Uses of Interface
javax.time.calendar.zone.ZoneRulesVersion
Packages that use ZoneRulesVersion
Package
Description
Provides classes to implement time-zones and their rules.
-
Uses of ZoneRulesVersion in javax.time.calendar.zone
Classes in javax.time.calendar.zone that implement ZoneRulesVersionModifier and TypeClassDescription(package private) static classVersion of the rules.Fields in javax.time.calendar.zone with type parameters of type ZoneRulesVersionModifier and TypeFieldDescriptionprivate final Set<ZoneRulesVersion> ResourceZoneRulesDataProvider.versionsAll the versions in the provider.private AtomicReference<TreeMap<String, ZoneRulesVersion>> ZoneRulesGroup.versionsThe versions and rules.Methods in javax.time.calendar.zone that return types with arguments of type ZoneRulesVersionModifier and TypeMethodDescriptionResourceZoneRulesDataProvider.getVersions()Gets the provided rules, version by version.ZoneRulesDataProvider.getVersions()Gets the provided rules, version by version.