Uses of Class
javax.time.calendar.CalendricalMerger
Packages that use CalendricalMerger
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
Provides classes to format dates and times as strings.
-
Uses of CalendricalMerger in javax.time.calendar
Methods in javax.time.calendar with parameters of type CalendricalMergerModifier and TypeMethodDescriptionprotected TCalendricalRule.interpret(CalendricalMerger merger, Object value) Interprets the specified value converting it into an in range value of the correct type for this rule.protected voidCalendricalRule.merge(CalendricalMerger merger) Merges this field with other fields to form higher level fields. -
Uses of CalendricalMerger in javax.time.calendar.format
Methods in javax.time.calendar.format that return CalendricalMergerModifier and TypeMethodDescriptionFully parses the text returning a merger that can be used to manage the merging of separate parsed fields to a meaningful calendrical.DateTimeParseContext.toCalendricalMerger()Returns aCalendricalMergerthat can be used to interpret the results of the parse.