Uses of Class
fc.util.DateRange

Packages that use DateRange
fc.util   
 

Uses of DateRange in fc.util
 

Methods in fc.util with parameters of type DateRange
 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).
 

Constructors in fc.util with parameters of type DateRange
DateRangeSet(DateRange cs)
          Constructs a new DateRangeSet with the initial set containing only the specified DateRange