Holger's
Java API

Uses of Class
com.antelmann.calendar.Holiday

Packages that use Holiday
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
 

Uses of Holiday in com.antelmann.calendar
 

Methods in com.antelmann.calendar that return types with arguments of type Holiday
 SortedSet<Holiday> HolidayCalendar.getHolidays()
          returns an unmodifiable view of all holidays
 SortedSet<Holiday> HolidayCalendar.getHolidays(Date date)
          returns the holidays for the given day
 SortedSet<Holiday> HolidayCalendar.getHolidays(Date from, Date until)
          returns all holidays within the given range (inclusive day begin from, exclusive until)
 Iterator<Holiday> HolidayCalendar.iterator()
           
 

Methods in com.antelmann.calendar with parameters of type Holiday
 boolean HolidayCalendar.addHoliday(Holiday holiday)
           
 int Holiday.compareTo(Holiday h)
          based on the date
 void JHolidayList.DataChangeListener.holidayAdded(Holiday h)
           
 void JHolidayList.DataChangeListener.holidayDeleted(Holiday[] h)
           
 boolean HolidayCalendar.removeHoliday(Holiday holiday)
           
 

Method parameters in com.antelmann.calendar with type arguments of type Holiday
 boolean HolidayCalendar.addAll(Collection<? extends Holiday> col)
           
 

Constructor parameters in com.antelmann.calendar with type arguments of type Holiday
HolidayCalendar(Collection<? extends Holiday> col)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads