This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.mail.search
class ComparisonTerm

javax.mail.search.SearchTerm extended by javax.mail.search.ComparisonTerm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DateTerm, IntegerComparisonTerm

public abstract class ComparisonTerm
extends SearchTerm

This class models the comparison operator. This is an abstract class; subclasses implement comparisons for different datatypes.

See Also (auto-generated):

Session

Folder

SearchTerm


Field Summary
protected int comparison
          The comparison.
static int EQ
          
static int GE
          
static int GT
          
static int LE
          
static int LT
          
static int NE
          
 
Constructor Summary

          
 
Method Summary
 boolean

          Equality comparison.
 int

          Compute a hashCode for this object.
 
Methods inherited from class javax.mail.search.SearchTerm
match
 

Field Detail

comparison

protected int comparison
The comparison.

EQ

public static final int EQ

GE

public static final int GE

GT

public static final int GT

LE

public static final int LE

LT

public static final int LT

NE

public static final int NE
Constructor Detail

ComparisonTerm

public ComparisonTerm()
Method Detail

equals

public boolean equals(Object obj)
Equality comparison.

Overrides:
equals in class Object
Parameters:
obj

hashCode

public int hashCode()
Compute a hashCode for this object.

Overrides:
hashCode in class Object


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.