Class PropertyEqualToRule<T extends PropertyContainer>
- java.lang.Object
-
- net.fortuna.ical4j.filter.predicate.PropertyEqualToRule<T>
-
- All Implemented Interfaces:
Predicate<T>
public class PropertyEqualToRule<T extends PropertyContainer> extends Object implements Predicate<T>
$Id$ Created on 5/02/2006 A rule that matches any component containing the specified property. Note that this rule ignores any parameters matching only on the value of the property.
-
-
Constructor Summary
Constructors Constructor Description PropertyEqualToRule(Comparable<Property> comparable)
-
-
-
Constructor Detail
-
PropertyEqualToRule
public PropertyEqualToRule(Comparable<Property> comparable)
-
-
Method Detail
-
test
public final boolean test(T component)
- Specified by:
test
in interfacePredicate<T extends PropertyContainer>
-
-