|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMatchQuery<T>
A query in which the elements can be evaluated by calling isMatch on. Each
element can be evaluated independently of all other elements. Match queries
can be evaluated in parallel as each call isMatch(Object)
is mutually
exclusive from all other calls.
MatchQuery
instead.Method Summary | |
---|---|
boolean |
isMatch(T candidate)
Returns whether the given object satisfies the parameters of this query. |
Methods inherited from interface org.eclipse.equinox.p2.query.IQuery |
---|
getExpression, perform |
Method Detail |
---|
boolean isMatch(T candidate)
candidate
- The object to perform the query against
true
if the unit satisfies the parameters
of this query, and false
otherwise
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.