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 TypeClassDescriptionclass
class
Improves the performance of requesting time zone offsets and name keys by caching the results.class
Basic DateTimeZone implementation that has a fixed name key and offsets.Methods in org.teavm.classlib.impl.tz that return StorableDateTimeZoneModifier and TypeMethodDescriptionstatic StorableDateTimeZone
DateTimeZoneBuilder.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 CachedDateTimeZone
CachedDateTimeZone.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 TypeMethodDescriptionvoid
TimeZoneCache.write(OutputStream output, Collection<StorableDateTimeZone> timeZones)