java.lang.Object | +--javax.mail.search.SearchTerm | +--javax.mail.search.ComparisonTerm | +--javax.mail.search.DateTermKnown Direct Subclasses:
Date | The date. |
DateTerm(int comparison, Date date) Constructor. |
boolean | equals(Object other) Equality comparison. |
int | Return the type of comparison. |
Date | getDate() Return the Date to compare with. |
int | hashCode() Compute a hashCode for this object. |
boolean | match(Date d) The date comparison method. |
protected Date date
protected DateTerm(int comparison, Date date)
public boolean equals(Object other)
public int getComparison()
public Date getDate()
public int hashCode()
protected boolean match(Date d)