|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.util.EDateUtilities.EDateMonthlyIterator
Iterator for equally distanced date values.
Field Summary | |
private int |
dayofmonth
|
private EDate |
end
|
private int |
monthstep
|
private EDate |
runner
|
Constructor Summary | |
EDateUtilities.EDateMonthlyIterator(EDate start,
EDate endx,
int monthstepx,
int dayofmonthx)
|
Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private EDate runner
private int dayofmonth
private EDate end
private int monthstep
Constructor Detail |
public EDateUtilities.EDateMonthlyIterator(EDate start, EDate endx, int monthstepx, int dayofmonthx)
Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |