|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.filter.AbstractDateRule
public abstract class AbstractDateRule
| Constructor Summary | |
|---|---|
AbstractDateRule()
|
|
| Method Summary | |
|---|---|
protected abstract boolean |
match(java.util.Date date)
|
boolean |
match(java.lang.Object o)
Indicates whether the specified object passes the conditions required to match this rule. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDateRule()
| Method Detail |
|---|
public boolean match(java.lang.Object o)
match in interface Ruleo - an object to match
protected abstract boolean match(java.util.Date date)
date - the date to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||