|
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.IteratorDateList
This class implements the IDateList
interface for iterators that
return an ordered list of dates.
Constructor Summary | |
IteratorDateList(java.util.Iterator it)
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 IteratorDateList(java.util.Iterator it)
it
- the date iteratorMethod 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 |