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