Uses of Interface
fr.marcwrobel.jbanking.calendar.Calendar
-
Packages that use Calendar Package Description fr.marcwrobel.jbanking.calendar -
-
Uses of Calendar in fr.marcwrobel.jbanking.calendar
Classes in fr.marcwrobel.jbanking.calendar that implement Calendar Modifier and Type Class Description classCompositeCalendarACalendarthat can combine multiple calendars into a single one.classConfigurableCalendarACalendarthat can be programmatically configured.classFinancialCalendarsA 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 Calendar Constructor Description CompositeCalendar(Calendar... calendars)Creates a new instance using the givenCalendars.Constructor parameters in fr.marcwrobel.jbanking.calendar with type arguments of type Calendar Constructor Description CompositeCalendar(Collection<Calendar> calendars)Creates a new instance using the givenCalendars.
-