Uses of Interface
javax.time.calendar.zone.ZoneRulesVersion
-
Packages that use ZoneRulesVersion Package Description javax.time.calendar.zone 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 ZoneRulesVersion Modifier and Type Class Description (package private) static classResourceZoneRulesDataProvider.ResourceZoneRulesVersionVersion of the rules.Fields in javax.time.calendar.zone with type parameters of type ZoneRulesVersion Modifier and Type Field Description private java.util.Set<ZoneRulesVersion>ResourceZoneRulesDataProvider. versionsAll the versions in the provider.private java.util.concurrent.atomic.AtomicReference<java.util.TreeMap<java.lang.String,ZoneRulesVersion>>ZoneRulesGroup. versionsThe versions and rules.Methods in javax.time.calendar.zone that return types with arguments of type ZoneRulesVersion Modifier and Type Method Description java.util.Set<ZoneRulesVersion>ResourceZoneRulesDataProvider. getVersions()Gets the provided rules, version by version.java.util.Set<ZoneRulesVersion>ZoneRulesDataProvider. getVersions()Gets the provided rules, version by version.
-