@Deprecated public interface ZoneProvider extends ZoneModelProvider, ZoneNameProvider
SPI interface which encapsulates the timezone transitions and names.
Implementations are usually stateless and should normally not
try to manage a cache. Instead Time4J uses its own cache. The
fact that this interface is used per java.util.ServiceLoader
requires a concrete implementation to offer a public no-arg
constructor.
ServiceLoadergetAliases, getAvailableIDs, getFallback, getLocation, getName, getSpecificZoneNameRepository, getVersion, loadgetDisplayName, getPreferredIDs, getStdFormatPatternCopyright © 2014–2017. All rights reserved.