- All Implemented Interfaces:
Query
Negates the given query such that this query is the logical "NOT" of the given query.
-
Constructor Summary
Constructors
Construct a new query that results in the not of the given query.
-
Method Summary
boolean
Returns true if the given record matches the querys condition.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NotQuery
public NotQuery(Query q1)
Construct a new query that results in the not of the given query.
- Parameters:
q1
- the query to logically negate.
-
Method Details
-
matches
Description copied from interface: Query
Returns true if the given record matches the querys condition.
- Specified by:
matches
in interface Query
- Parameters:
record
- the record to test for compliance.
- See Also:
-