public final class NotTerm extends SearchTerm
Modifier and Type | Field and Description |
---|---|
protected SearchTerm |
term
The search term to negate.
|
Constructor and Description |
---|
NotTerm(SearchTerm t) |
protected SearchTerm term
public NotTerm(SearchTerm t)
public SearchTerm getTerm()
public boolean match(Message msg)
match
in class SearchTerm
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved