Index

C E G I M P R V 
All Classes and Interfaces|All Packages

C

CalendarCalculator - Class in com.globalmentor.calendar.calculator
Utilities for working with local dates.
CalendarCalculator() - Constructor for class com.globalmentor.calendar.calculator.CalendarCalculator
 
com.globalmentor.calendar.calculator - package com.globalmentor.calendar.calculator
 

E

exclusive - Enum constant in enum class com.globalmentor.calendar.calculator.PrintDayTotals.RangeBoundType
The range bound should not be included.

G

getDayCounts(Set<Range<LocalDate>>, boolean) - Static method in class com.globalmentor.calendar.calculator.CalendarCalculator
Calculates the counts of calendar days before that intersect a set of ranges.
getDayTotals(LocalDate, int, Map<LocalDate, Count>) - Static method in class com.globalmentor.calendar.calculator.CalendarCalculator
Calculates the totals for a particular date and a number of calendar days before that date.
getDayTotals(LocalDate, LocalDate, int, int, Map<LocalDate, Count>) - Static method in class com.globalmentor.calendar.calculator.CalendarCalculator
Calculates the totals for a particular date and a number of calendar days before that date, including the given number of days in the history.
getDayTotals(LocalDate, LocalDate, int, Map<LocalDate, Count>) - Static method in class com.globalmentor.calendar.calculator.CalendarCalculator
Calculates the totals for a particular date and a number of calendar days before that date.

I

inclusive - Enum constant in enum class com.globalmentor.calendar.calculator.PrintDayTotals.RangeBoundType
The range bound should be included.

M

main(String[]) - Static method in class com.globalmentor.calendar.calculator.PrintDayTotals
Main program entry method.

P

PrintDayTotals - Class in com.globalmentor.calendar.calculator
A console application to print the totals of days overlapping some ranges.
PrintDayTotals(String[]) - Constructor for class com.globalmentor.calendar.calculator.PrintDayTotals
Constructor.
PrintDayTotals.RangeBoundType - Enum Class in com.globalmentor.calendar.calculator
Whether a range bound should be included in the totals.

R

run() - Method in class com.globalmentor.calendar.calculator.PrintDayTotals
 

V

valueOf(String) - Static method in enum class com.globalmentor.calendar.calculator.PrintDayTotals.RangeBoundType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.globalmentor.calendar.calculator.PrintDayTotals.RangeBoundType
Returns an array containing the constants of this enum class, in the order they are declared.
C E G I M P R V 
All Classes and Interfaces|All Packages