Movatterモバイル変換


[0]ホーム

URL:


         


Class IntegerComparisonTerm

java.lang.Object  |  +--javax.mail.search.SearchTerm        |        +--javax.mail.search.ComparisonTerm              |              +--javax.mail.search.IntegerComparisonTerm
Direct Known Subclasses:
MessageNumberTerm,SizeTerm

public abstract classIntegerComparisonTerm
extendsComparisonTerm

This class implements comparisons for integers.


number
           
 
Fields inherited from class javax.mail.search.ComparisonTerm
comparison,EQ,GE,GT,LE,LT,NE
 
IntegerComparisonTerm(int comparison, int number)
           
 
getComparison()
          Return the type of comparison.
getNumber()
          Return the number to compare with.
match(int i)
           
 
Methods inherited from class javax.mail.search.SearchTerm
match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

number

protected intnumber

IntegerComparisonTerm

protectedIntegerComparisonTerm(int comparison,                                int number)

getNumber

public intgetNumber()
Return the number to compare with.

getComparison

public intgetComparison()
Return the type of comparison.

match

protected booleanmatch(int i)

         


[8]ページ先頭

©2009-2025 Movatter.jp