public abstract class

IntegerComparisonTerm

extends ComparisonTerm
java.lang.Object
   ↳ com.google.code.javax.mail.search.SearchTerm
     ↳ com.google.code.javax.mail.search.ComparisonTerm
       ↳ com.google.code.javax.mail.search.IntegerComparisonTerm
Known Direct Subclasses

Class Overview

This class implements comparisons for integers.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.javax.mail.search.ComparisonTerm
From class com.google.code.javax.mail.search.SearchTerm
Fields
protected int number The number.
[Expand]
Inherited Fields
From class com.google.code.javax.mail.search.ComparisonTerm
Protected Constructors
IntegerComparisonTerm(int comparison, int number)
Public Methods
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 Methods
boolean match(int i)
[Expand]
Inherited Methods
From class com.google.code.javax.mail.search.ComparisonTerm
From class com.google.code.javax.mail.search.SearchTerm
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6963571240154302484 (0x9f5c6cda0679f7ec)

Fields

protected int number

The number.

Protected Constructors

protected IntegerComparisonTerm (int comparison, int number)

Parameters
comparison
number

Public Methods

public boolean equals (Object obj)

Equality comparison.

Parameters
obj

public int getComparison ()

Return the type of comparison.

public int getNumber ()

Return the number to compare with.

public int hashCode ()

Compute a hashCode for this object.

Protected Methods

protected boolean match (int i)

Parameters
i