Name

javax.mail.search.IntegerComparisonTerm — This class allows comparisons between integers.

Synopsis

public abstract class IntegerCamparisonTerm extends ComparisonTerm {
    // Protected Constructor
            protected IntegerComparisonTerm(int comparison, int number);
    // Protected Variable
            protected int number;
    // Public Methods
            public int getNumber();
            public int getComparison();
    // Protected Method
            protected boolean match(int i);
}

Hierarchy

java.lang.Object→javax.mail.search.SearchTerm→javax.mail.search.
ComparisonTerm→javax.mail.search.IntegerComparisonTerm

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.