Package | Description |
---|---|
fc.util |
Modifier and Type | Method and Description |
---|---|
void |
DateRangeSet.intersection(DateRange r)
Adds the specified range as an intersection to the existing
ranges (for purposes of
inRange(char) method). |
boolean |
DateRange.overlaps(DateRange dr) |
void |
DateRangeSet.union(DateRange r)
Adds this specified range as a union to the existing set of
ranges (for purposes of
inRange(char) method). |
Constructor and Description |
---|
DateRangeSet(DateRange cs)
Constructs a new DateRangeSet with the initial set containing
only the specified DateRange
|