|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.ComparisonTerm
javax.mail.search.IntegerComparisonTerm
public abstract class IntegerComparisonTerm
This class implements comparisons for integers.
| 字段摘要 | |
|---|---|
protected int |
number
The number. |
| 从类 javax.mail.search.ComparisonTerm 继承的字段 |
|---|
comparison, EQ, GE, GT, LE, LT, NE |
| 构造方法摘要 | |
|---|---|
protected |
IntegerComparisonTerm(int comparison,
int number)
|
| 方法摘要 | |
|---|---|
boolean |
equals(Object obj)
Equality comparison. |
int |
getComparison()
Return the type of comparison. |
int |
getNumber()
Return the number to compare with. |
int |
hashCode()
Compute a hashCode for this object. |
protected boolean |
match(int i)
|
| 从类 javax.mail.search.SearchTerm 继承的方法 |
|---|
match |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected int number
| 构造方法详细信息 |
|---|
protected IntegerComparisonTerm(int comparison,
int number)
| 方法详细信息 |
|---|
public int getNumber()
public int getComparison()
protected boolean match(int i)
public boolean equals(Object obj)
ComparisonTerm 中的 equalspublic int hashCode()
ComparisonTerm 中的 hashCode
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||