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.SubstringTree
ZonePrinterParser.preparedTree
The 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.substringMap
Map 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.SubstringTree
private static ZonePrinterParser.SubstringTree
ZonePrinterParser.prepareParser
(Set<String> availableIDs) Builds an optimized parsing tree.