JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.fortuna.ical4j.filter
Interface Rule<T>
All Known Implementing Classes:
DateInRangeRule
,
HasPropertyRule
,
PeriodRule
public interface
Rule<T>
$Id$ Created: Feb 1, 2006 Implementors dictate whether a given object is classified as a "match" for the enclosing filter.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
match
(
T
o)
Indicates whether the specified object passes the conditions required to match this rule.
Method Detail
match
boolean match(
T
o)
Indicates whether the specified object passes the conditions required to match this rule.
Parameters:
o
- an object to match
Returns:
boolean indicated if the specified object matches this rule
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method