javax.mail.search

Class NotTerm

public final class NotTerm extends SearchTerm

Term that implements a logical negation.
Field Summary
protected SearchTermterm
Constructor Summary
NotTerm(SearchTerm term)
Method Summary
booleanequals(Object other)
SearchTermgetTerm()
inthashCode()
booleanmatch(Message message)

Field Detail

term

protected SearchTerm term

Constructor Detail

NotTerm

public NotTerm(SearchTerm term)

Method Detail

equals

public boolean equals(Object other)

getTerm

public SearchTerm getTerm()

hashCode

public int hashCode()

match

public boolean match(Message message)