|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedDate | |
|---|---|
| de.jaret.util.date.holidayenumerator | This package contains the interface HolidayEnumerator that can be used to determine whether a given date is a holiday or somehow special. |
| Uses of NamedDate in de.jaret.util.date.holidayenumerator |
|---|
| Classes in de.jaret.util.date.holidayenumerator that implement NamedDate | |
|---|---|
class |
HolidayEnumeratorBase.NamedDateImpl
Implementation of the NamedDate for use with holiday enumerators. |
| Fields in de.jaret.util.date.holidayenumerator with type parameters of type NamedDate | |
|---|---|
protected Map<Integer,Map<Integer,Map<Integer,NamedDate>>> |
HolidayEnumeratorBase._yearMap
map containing the holidays and special days. |
| Methods in de.jaret.util.date.holidayenumerator that return types with arguments of type NamedDate | |
|---|---|
List<NamedDate> |
HolidayEnumeratorBase.getNamedDays(int year,
boolean includeSpecialDays)
Retrieve a list of named days for a given year. |
List<NamedDate> |
HolidayEnumerator.getNamedDays(int year,
boolean includeSpecialDays)
Retrieve a list of named days for a given year. |
List<NamedDate> |
HolidayEnumeratorBase.getNamedDays(int year,
int month,
boolean includeSpecialDays)
Retrieve a list of named days for a given year. |
List<NamedDate> |
HolidayEnumerator.getNamedDays(int year,
int month,
boolean includeSpecialDays)
Retrieve a list of named days for a given year. |
| Methods in de.jaret.util.date.holidayenumerator with parameters of type NamedDate | |
|---|---|
int |
HolidayEnumeratorBase.NamedDateImpl.compareTo(NamedDate date)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||