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.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.jdk8 |
This package implements the DateCalculator interfaces using JDK8
|
net.objectlab.kit.datecalc.joda |
This package implements the DateCalculator interfaces using Joda-time See Joda-time
|
Modifier and Type | Method and Description |
---|---|
PeriodCountCalculator<E> |
KitCalculatorsFactory.getPeriodCountCalculator()
Create a new PeriodCountCalculator.
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarPeriodCountCalculator
Jdk
Calendar based implementation of the
PeriodCountCalculator . |
class |
DatePeriodCountCalculator
Jdk
Date based implementation of the
PeriodCountCalculator |
Modifier and Type | Method and Description |
---|---|
PeriodCountCalculator<Date> |
DateKitCalculatorsFactory.getPeriodCountCalculator() |
PeriodCountCalculator<Calendar> |
CalendarKitCalculatorsFactory.getPeriodCountCalculator()
Create a new PeriodCountCalculator.
|
Modifier and Type | Method and Description |
---|---|
PeriodCountCalculator<LocalDate> |
LocalDateKitCalculatorsFactory.getPeriodCountCalculator() |
Modifier and Type | Class and Description |
---|---|
class |
LocalDatePeriodCountCalculator
Joda
LocalDatePeriod based implementation of the
PeriodCountCalculator . |
Modifier and Type | Method and Description |
---|---|
PeriodCountCalculator<org.joda.time.LocalDate> |
LocalDateKitCalculatorsFactory.getPeriodCountCalculator() |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.