|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.ISun.DateIterator
public static class ISun.DateIterator
Field Summary | |
---|---|
int |
day
|
int |
month
|
int |
year
|
Constructor Summary | |
---|---|
ISun.DateIterator(int y,
int m,
int d)
|
Method Summary | |
---|---|
void |
next()
|
boolean |
past(int y,
int m,
int d)
|
boolean |
past(ISun.DateRange d)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int year
public int month
public int day
Constructor Detail |
---|
public ISun.DateIterator(int y, int m, int d)
Method Detail |
---|
public void next()
public boolean past(int y, int m, int d)
public boolean past(ISun.DateRange d)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |