public abstract class TimeTable extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static Date | MAX_DATEA  Datevery far in the future. | 
| static Date | MIN_DATEA  Datevery far in the past. | 
| static TimeTable | NEVER | 
| Modifier and Type | Method and Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Date | next(Date previous) | ||||||||||||||||||||
| static TimeTable | once(Date date)A  TimeTablewho'snext(Date)method will return date if previous is
 before date, andMAX_DATEotherwise. | ||||||||||||||||||||
| static TimeTable | parse(String s)Creates a  TimeTablefrom a string:
 
 Copyright © 2018 Arno Unkrig. All rights reserved. |