|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.filter.AbstractDateRule
net.fortuna.ical4j.filter.DateInRangeRule
public class DateInRangeRule
| Constructor Summary | |
|---|---|
DateInRangeRule(DateRange range,
int inclusiveMask)
|
|
| Method Summary | |
|---|---|
protected boolean |
match(java.util.Date date)
|
| Methods inherited from class net.fortuna.ical4j.filter.AbstractDateRule |
|---|
match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateInRangeRule(DateRange range,
int inclusiveMask)
range - the range to checkinclusiveMask - indicates inclusiveness of start and end of the range| Method Detail |
|---|
protected boolean match(java.util.Date date)
match in class AbstractDateRuledate - the date to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||