javax.mail.search

Class DateTerm

public abstract class DateTerm extends ComparisonTerm

Field Summary
protected Datedate
Constructor Summary
protected DateTerm(int comparison, Date date)
Method Summary
booleanequals(Object other)
intgetComparison()
DategetDate()
inthashCode()
protected booleanmatch(Date match)

Field Detail

date

protected Date date

Constructor Detail

DateTerm

protected DateTerm(int comparison, Date date)

Method Detail

equals

public boolean equals(Object other)

getComparison

public int getComparison()

getDate

public Date getDate()

hashCode

public int hashCode()

match

protected boolean match(Date match)