|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator com.cc.framework.ui.model.imp.RecurrencePatternImp.YearlyNthIterator
Yearly iterator
Field Summary |
Fields inherited from class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator |
current, endDate, pattern |
Constructor Summary | |
RecurrencePatternImp.YearlyNthIterator(RecurrencePattern pattern)
Constructor |
Method Summary | |
protected boolean |
doMatch(java.util.Calendar date)
Checks if this iterator matches a certain date |
Methods inherited from class com.cc.framework.ui.model.imp.RecurrencePatternImp.AbstractRecurrenceIterator |
calcEndDate, checkDayInstance, doCalcEndDate, hasNext, match, next, remove, reset, selectNext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RecurrencePatternImp.YearlyNthIterator(RecurrencePattern pattern)
pattern
- the recurrence patternMethod Detail |
protected boolean doMatch(java.util.Calendar date)
RecurrencePatternImp.AbstractRecurrenceIterator
doMatch
in class RecurrencePatternImp.AbstractRecurrenceIterator
date
- The date to check
true
if this recurrence pattern is
relevant for the given dateRecurrencePatternImp.AbstractRecurrenceIterator.doMatch(java.util.Calendar)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |