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.
|
net.objectlab.kit.datecalc.common.ccy |
This package implements the abstract CurrencyDateCalculator interfaces; it is not released alone but included in the datecalc-jdk, datecalc-jdk8 or datecalc-joda JARs.
|
net.objectlab.kit.datecalc.jdk |
This package provides a pure JDK implementation of the DateCalculator for both Calendar and Date, it is
released as a standalone datecalc-jdk JAR.
|
net.objectlab.kit.datecalc.joda |
This package implements the DateCalculator interfaces using Joda-time See Joda-time
|
Modifier and Type | Method and Description |
---|---|
CurrencyDateCalculator<E> |
KitCalculatorsFactory.buildCurrencyDateCalculator(CurrencyDateCalculatorBuilder<E> builder) |
CurrencyDateCalculator<E> |
KitCalculatorsFactory.getDefaultCurrencyDateCalculator(String ccy1,
String ccy2,
SpotLag spotLag)
Create a new IMMUTABLE CurrencyDateCalculator specialised for 2 currencies, including WorkingWeek, calendars
registered and CurrencyCalculatorConfig.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCurrencyDateCalculator<E extends Serializable>
Abstract Currency calculator implementation in order to encapsulate all the common functionality
between Jdk/Jdk8 and Joda implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarCurrencyDateCalculator
JDK Calendar implementation for currency date calculator.
|
class |
DateCurrencyDateCalculator
JDK Date implementation for currency date calculator.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalDateCurrencyDateCalculator
Joda LocalDate implementation for currency date calculator.
|
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.