|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IMMPeriod in net.objectlab.kit.datecalc.common |
|---|
| Methods in net.objectlab.kit.datecalc.common that return IMMPeriod | |
|---|---|
static IMMPeriod |
IMMPeriod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IMMPeriod[] |
IMMPeriod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.objectlab.kit.datecalc.common with parameters of type IMMPeriod | |
|---|---|
List<E> |
IMMDateCalculator.getIMMDates(E start,
E end,
IMMPeriod period)
Returns a list of IMM dates between 2 dates, it will exclude the start date if it is an IMM date but would include the end date if it is an IMM. |
protected abstract E |
AbstractIMMDateCalculator.getNextIMMDate(boolean requestNextIMM,
E theStartDate,
IMMPeriod period)
|
E |
AbstractIMMDateCalculator.getNextIMMDate(E startDate,
IMMPeriod period)
|
E |
IMMDateCalculator.getNextIMMDate(E startDate,
IMMPeriod period)
Given a start date, it will return the next IMM Date based on the IMMPeriod, even if the start date is an IMM date. |
E |
AbstractIMMDateCalculator.getPreviousIMMDate(E startDate,
IMMPeriod period)
|
E |
IMMDateCalculator.getPreviousIMMDate(E startDate,
IMMPeriod period)
Given a start date, it will return the previous IMM Date based on the IMMPeriod, even if the start date is an IMM date. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||