Package de.jaret.util.date.iterator

This package contains a utility interface for iterating dates and some implementations thereof.

See:
          Description

Interface Summary
DateIterator Interface describing an iterator for dates.
IIteratorFormatter Interface used to decsribe a simple formatter for date iterators.
 

Class Summary
AbstractDateIterator Abstract base Implementation of a DateIterator.
DayIterator Implementation of the DateIterator for days.
HourIterator Implementation of the DateIterator for hours.
MillisecondIterator Implementation of the DateIterator for seconds.
MinuteIterator Implementation of the DateIterator for minutes.
MonthIterator dateIterator iterating over months.
SecondIterator Implementation of the DateIterator for seconds.
WeekIterator Implementation of the DateIterator iterating over weeks.
YearIterator DateIterator iterating over years.
 

Enum Summary
DateIterator.Format Enumeration for the different format types.
 

Package de.jaret.util.date.iterator Description

This package contains a utility interface for iterating dates and some implementations thereof. The AbstractdateIterator will cope with the main methods.



Copyright © 2013. All Rights Reserved.