org.eclipse.equinox.p2.query
Class LimitQuery<T>
java.lang.Object
org.eclipse.equinox.p2.metadata.query.ExpressionContextQuery<T>
org.eclipse.equinox.p2.query.LimitQuery<T>
- All Implemented Interfaces:
- org.eclipse.equinox.p2.metadata.index.IQueryWithIndex<T>, IQuery<T>
public class LimitQuery<T>
- extends ExpressionContextQuery<T>
A limit query can be used to limit the number of query results returned. Once
the limit is reached, the query is terminated.
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LimitQuery
public LimitQuery(IQuery<T> query,
int limit)
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.