net.fortuna.ical4j.filter
Interface Rule
$Id: Rule.java,v 1.6 2008/12/16 12:34:54 fortuna Exp $
Created: Feb 1, 2006
Implementors dictate whether a given object is classified as a "match" for the enclosing filter.
boolean | match(Object o) - Indicates whether the specified object passes the conditions required to match this rule.
|
match
public boolean match(Object o)
Indicates whether the specified object passes the conditions required to match this rule.
- boolean indicated if the specified object matches this rule