public abstract class TimeTable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Date |
MAX_DATE
A
Date very far in the future. |
static java.util.Date |
MIN_DATE
A
Date very far in the past. |
static TimeTable |
NEVER
|
| Modifier and Type | Method and Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abstract java.util.Date |
next(java.util.Date previous) |
||||||||||||||||||||
static TimeTable |
once(java.util.Date date)
A
TimeTable who's next(Date) method will return date if previous is before
date, and MAX_DATE otherwise. |
||||||||||||||||||||
static TimeTable |
parse(java.lang.String s)
Creates a
TimeTable from a string:
|