|
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.SingleDateList
This class is a date list with only a single date.
| Constructor Summary | |
SingleDateList(java.util.Date date)
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 SingleDateList(java.util.Date date)
date - the single date| Method Detail |
public java.util.Date getEarliest()
getEarliest in interface IDateListpublic 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 | ||||||||