|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.trigger.AdjustedDateList
This class provides a date list that wraps an existing date list and is adjusted for a given time offset.
Constructor Summary | |
AdjustedDateList(IDateList dateList,
long lTimeIncrement)
Constructor. |
Method Summary | |
java.util.Date |
getEarliest()
Get the next earliest date in the date list and advance the reference in the list to the next date. |
java.util.Date |
peekEarliest()
Check the next earliest date in the list without advancing to the next date. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdjustedDateList(IDateList dateList, long lTimeIncrement)
dateList
- the date listMethod Detail |
public java.util.Date getEarliest()
getEarliest
in interface IDateList
public java.util.Date peekEarliest()
peekEarliest
in interface IDateList
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |