Class PeriodRule<T extends Component>

java.lang.Object
net.fortuna.ical4j.filter.predicate.PeriodRule<T>
All Implemented Interfaces:
Predicate<T>

public class PeriodRule<T extends Component> extends Object implements Predicate<T>
$Id$ Created on 2/02/2006 A rule that matches any component that occurs in the specified time period.
  • Constructor Details

    • PeriodRule

      public PeriodRule(Period period)
      Constructs a new instance using the specified period.
      Parameters:
      period - a period instance to match on
  • Method Details