Module ical4j.core
Class PropertyInRangeRule<T extends PropertyContainer>
java.lang.Object
net.fortuna.ical4j.filter.predicate.PropertyInRangeRule<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Predicate<T>
public class PropertyInRangeRule<T extends PropertyContainer>
extends Object
implements Predicate<T>
Test for a property that is by comparison greater than the provided value.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyInRangeRule(Comparable<Property> lowerBound, Comparable<Property> upperBound) PropertyInRangeRule(Comparable<Property> lowerBound, Comparable<Property> upperBound, boolean inclusive) -
Method Summary
-
Constructor Details
-
PropertyInRangeRule
-
PropertyInRangeRule
public PropertyInRangeRule(Comparable<Property> lowerBound, Comparable<Property> upperBound, boolean inclusive)
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<T extends PropertyContainer>
-