Package | Description |
---|---|
net.objectlab.kit.datecalc.common |
This package provides functionalities that are used by both JDK and Joda implementation,
it is not released alone but included in the datecalc-jdk, datecalc-jdk8 or datecalc-joda JARs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DateCalculator<E>
A DateCalculator is a lightweight container with an optional reference to a
set of holidays, a WorkingWeek (Mon-Fri by default), a startDate and a
current business date.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDateCalculator<E extends Serializable>
Abstract implementation in order to encapsulate all the common functionality
between Jdk and Joda implementations.
|
Modifier and Type | Method and Description |
---|---|
E |
HolidayHandler.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.
|
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.