Uses of Class
javax.time.calendar.format.ZonePrinterParser.SubstringTree
-
Packages that use ZonePrinterParser.SubstringTree Package Description javax.time.calendar.format 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.SubstringTree Modifier and Type Field Description private static ZonePrinterParser.SubstringTree
ZonePrinterParser. preparedTree
The cached tree to speed up parsing.Fields in javax.time.calendar.format with type parameters of type ZonePrinterParser.SubstringTree Modifier and Type Field Description private java.util.Map<java.lang.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.SubstringTree Modifier and Type Method Description private ZonePrinterParser.SubstringTree
ZonePrinterParser.SubstringTree. get(java.lang.String substring2)
private static ZonePrinterParser.SubstringTree
ZonePrinterParser. prepareParser(java.util.Set<java.lang.String> availableIDs)
Builds an optimized parsing tree.
-