Uses of Class
org.teavm.classlib.impl.tz.StorableDateTimeZone
Packages that use StorableDateTimeZone
-
Uses of StorableDateTimeZone in org.teavm.classlib.impl.tz
Subclasses of StorableDateTimeZone in org.teavm.classlib.impl.tzModifier and TypeClassDescriptionclassfinal classImproves the performance of requesting time zone offsets and name keys by caching the results.final classBasic DateTimeZone implementation that has a fixed name key and offsets.Methods in org.teavm.classlib.impl.tz that return StorableDateTimeZoneModifier and TypeMethodDescriptionstatic StorableDateTimeZoneDateTimeZoneBuilder.toDateTimeZone(String id, boolean outputID) Processes all the rules and builds a DateTimeZone.Methods in org.teavm.classlib.impl.tz that return types with arguments of type StorableDateTimeZoneModifier and TypeMethodDescriptionZoneInfoCompiler.compile()TimeZoneCache.read(InputStream input) Methods in org.teavm.classlib.impl.tz with parameters of type StorableDateTimeZoneModifier and TypeMethodDescriptionstatic CachedDateTimeZoneCachedDateTimeZone.forZone(StorableDateTimeZone zone) Returns a new CachedDateTimeZone unless given zone is already cached.Method parameters in org.teavm.classlib.impl.tz with type arguments of type StorableDateTimeZoneModifier and TypeMethodDescriptionvoidTimeZoneCache.write(OutputStream output, Collection<StorableDateTimeZone> timeZones)