Uses of Class
org.threeten.bp.zone.ZoneRulesInitializer
-
Packages that use ZoneRulesInitializer Package Description org.threeten.bp.zone Support for time-zones and their rules. -
-
Uses of ZoneRulesInitializer in org.threeten.bp.zone
Subclasses of ZoneRulesInitializer in org.threeten.bp.zone Modifier and Type Class Description (package private) static classZoneRulesInitializer.DoNothingZoneRulesInitializerImplementation that does nothing.(package private) static classZoneRulesInitializer.ServiceLoaderZoneRulesInitializerImplementation that uses the service loader.Fields in org.threeten.bp.zone declared as ZoneRulesInitializer Modifier and Type Field Description static ZoneRulesInitializerZoneRulesInitializer. DO_NOTHINGAn instance that does nothing.Fields in org.threeten.bp.zone with type parameters of type ZoneRulesInitializer Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReference<ZoneRulesInitializer>ZoneRulesInitializer. INITIALIZERMethods in org.threeten.bp.zone with parameters of type ZoneRulesInitializer Modifier and Type Method Description static voidZoneRulesInitializer. setInitializer(ZoneRulesInitializer initializer)Sets the initializer to use.
-