Uses of Class
javax.time.calendar.CalendricalContext
Packages that use CalendricalContext
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
-
Uses of CalendricalContext in javax.time.calendar
Fields in javax.time.calendar declared as CalendricalContextModifier and TypeFieldDescriptionprivate CalendricalContext
CalendricalMerger.context
The merge context to use.Methods in javax.time.calendar that return CalendricalContextModifier and TypeMethodDescriptionCalendricalMerger.getContext()
Gets the calendrical context in use for the merge.Methods in javax.time.calendar with parameters of type CalendricalContextModifier and TypeMethodDescriptionvoid
CalendricalMerger.setContext
(CalendricalContext context) Sets the calendrical context to use for the merge.Constructors in javax.time.calendar with parameters of type CalendricalContextModifierConstructorDescriptionCalendricalMerger
(CalendricalContext context) Constructor.CalendricalMerger
(CalendricalContext context, Map<CalendricalRule<?>, Object> inputMap) Constructor.