public final class MessageNumberTerm extends IntegerComparisonTerm
numbercomparison, EQ, GE, GT, LE, LT, NE| Constructor and Description |
|---|
MessageNumberTerm(int number) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
boolean |
match(Message message)
Checks a matching criteria defined by the concrete subclass of this Term.
|
getComparison, getNumber, hashCode, matchpublic boolean match(Message message)
SearchTermmatch in class SearchTermmessage - the message to apply the matching criteria topublic boolean equals(java.lang.Object other)
equals in class IntegerComparisonTerm