|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XTimeBounds
Method Summary | |
---|---|
Date |
getEndDate()
Returns the latest timestamp of these boundaries (right bound). |
Date |
getStartDate()
Returns the earliest timestamp of these boundaries (left bound). |
boolean |
isWithin(Date date)
Checks, whether the given date is within these boundaries. |
String |
toString()
Returns a string representation of these boundaries. |
Method Detail |
---|
Date getStartDate()
Date getEndDate()
boolean isWithin(Date date)
date
- Date to be checked.
String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |