Uses of Interface
fr.marcwrobel.jbanking.calendar.Calendar
Packages that use Calendar
Package
Description
-
Uses of Calendar in fr.marcwrobel.jbanking.calendar
Classes in fr.marcwrobel.jbanking.calendar that implement CalendarModifier and TypeClassDescriptionfinal classACalendarthat can combine multiple calendars into a single one.final classACalendarthat can be programmatically configured.enumA non-exhaustive list ofCalendars for some of the most important financial districts or financial systems in the world.Constructors in fr.marcwrobel.jbanking.calendar with parameters of type CalendarModifierConstructorDescriptionCompositeCalendar(Calendar... calendars) Creates a new instance using the givenCalendars.Constructor parameters in fr.marcwrobel.jbanking.calendar with type arguments of type CalendarModifierConstructorDescriptionCompositeCalendar(Collection<Calendar> calendars) Creates a new instance using the givenCalendars.