public final class FlagTerm extends SearchTerm
| Constructor and Description | 
|---|
FlagTerm(Flags flags,
        boolean set)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)
Equality comparison. 
 | 
Flags | 
getFlags()
Return the Flags to test. 
 | 
boolean | 
getTestSet()
Return true if testing whether the flags are set. 
 | 
int | 
hashCode()
Compute a hashCode for this object. 
 | 
boolean | 
match(Message msg)
The comparison method. 
 | 
public FlagTerm(Flags flags, boolean set)
flags - Flags object containing the flags to check forset - the flag setting to check forpublic Flags getFlags()
public boolean getTestSet()
public boolean match(Message msg)
match in class SearchTermmsg - The flag comparison is applied to this MessageCopyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.