Package org.eclipse.tycho.p2maven
Class ListQueryable<T>
java.lang.Object
org.eclipse.tycho.p2maven.ListQueryable<T>
- Type Parameters:
T-
- All Implemented Interfaces:
org.eclipse.equinox.p2.query.IQueryable<T>
public final class ListQueryable<T>
extends Object
implements org.eclipse.equinox.p2.query.IQueryable<T>
an implementation of the
IQueryable interface that has a backing list
of delegates that are queried to have the final result.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListQueryable
public ListQueryable()
-
-
Method Details