java.lang.Object | +--javax.mail.search.SearchTerm | +--javax.mail.search.FlagTerm
Flags object containing the flags to test. | |
boolean | Indicates whether to test for the presence or absence of the specified Flag. |
FlagTerm(Flags flags, boolean set) Constructor. |
boolean | equals(Object other) Equality comparison. |
getFlags() Return the Flags to test. | |
boolean | Return true if testing whether the flags are set. |
int | hashCode() Compute a hashCode for this object. |
boolean | The comparison method. |
protected Flags flags
protected boolean set
public FlagTerm(Flags flags, boolean set)
public boolean equals(Object other)
public Flags getFlags()
public boolean getTestSet()
public int hashCode()
public boolean match(Message msg)