Uses of Class
javax.time.calendar.format.ZonePrinterParser.SubstringTree
Packages that use ZonePrinterParser.SubstringTree
Package
Description
Provides classes to format dates and times as strings.
-
Uses of ZonePrinterParser.SubstringTree in javax.time.calendar.format
Fields in javax.time.calendar.format declared as ZonePrinterParser.SubstringTreeModifier and TypeFieldDescriptionprivate static ZonePrinterParser.SubstringTreeZonePrinterParser.preparedTreeThe cached tree to speed up parsing.Fields in javax.time.calendar.format with type parameters of type ZonePrinterParser.SubstringTreeModifier and TypeFieldDescriptionprivate final Map<String, ZonePrinterParser.SubstringTree> ZonePrinterParser.SubstringTree.substringMapMap of a substring to a set of substrings that contain the key.Methods in javax.time.calendar.format that return ZonePrinterParser.SubstringTreeModifier and TypeMethodDescriptionprivate ZonePrinterParser.SubstringTreeprivate static ZonePrinterParser.SubstringTreeZonePrinterParser.prepareParser(Set<String> availableIDs) Builds an optimized parsing tree.