E - a representation of a date, typically JDK: Date, Calendar;
            Joda:LocalDate, YearMonthDaypublic interface HolidayHandler<E>
| Modifier and Type | Method and Description | 
|---|---|
E | 
adjustDate(E startDate,
          int increment,
          NonWorkingDayChecker<E> checker)
For a given date, adjust it if required but using the logic across Month/etc for calc 
 | 
String | 
getType()
Give the type name for this algorithm. 
 | 
E | 
moveCurrentDate(BaseCalculator<E> calculator)
If the current date of the give calculator is a non-working day, it will
 be moved according to the algorithm implemented. 
 | 
E moveCurrentDate(BaseCalculator<E> calculator)
calculator - the calculatorE adjustDate(E startDate, int increment, NonWorkingDayChecker<E> checker)
startDate - increment - checker - String getType()
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.