javax.mail.search
public abstract class ComparisonTerm extends SearchTerm
Version: 1.3
| Field Summary | |
|---|---|
| protected int | comparison
The comparison operator. |
| static int | EQ
The equality operator. |
| static int | GE
The greater than or equal to operator. |
| static int | GT
The greater than operator. |
| static int | LE
The less than or equal to operator. |
| static int | LT
The less than operator. |
| static int | NE
The not equal to operator. |
| Method Summary | |
|---|---|
| boolean | equals(Object other) |
| int | hashCode() |