public final class SizeTerm extends IntegerComparisonTerm
Constructor and Description |
---|
SizeTerm(int comparison,
int size)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Equality comparison.
|
boolean |
match(Message msg)
The match method.
|
getComparison, getNumber, hashCode
public SizeTerm(int comparison, int size)
comparison
- the Comparison typesize
- the sizepublic boolean match(Message msg)
match
in class SearchTerm
msg
- the size comparator is applied to this Message's sizepublic boolean equals(java.lang.Object obj)
equals
in class IntegerComparisonTerm
Copyright © 2010 - 2020 Adobe. All Rights Reserved