Uses of Class
javax.time.calendar.CalendricalMerger
-
Packages that use CalendricalMerger Package Description javax.time.calendar Provides classes to manage the human time scale including date, time, date-time and time-zone representations.javax.time.calendar.format 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 CalendricalMerger Modifier and Type Method Description protected 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 CalendricalMerger Modifier and Type Method Description CalendricalMergerDateTimeFormatter. parse(String text)Fully parses the text returning a merger that can be used to manage the merging of separate parsed fields to a meaningful calendrical.CalendricalMergerDateTimeParseContext. toCalendricalMerger()Returns aCalendricalMergerthat can be used to interpret the results of the parse.
-