Module ical4j.core

Class PeriodRule<C extends Component,T extends Temporal>

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

public class PeriodRule<C extends Component,T extends Temporal> extends Object implements Predicate<C>
$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<T> period)
      Constructs a new instance using the specified period.
      Parameters:
      period - a period instance to match on
  • Method Details