Package org.eclipse.equinox.p2.metadata.index
Provides classes for metadata query indexing
Package Specification
This package provides API for creating and manipulating indices that are used to optimize queries against a particular queryable source.
- Since:
- 2.0
-
Interface Summary Interface Description IIndex<T> Indexed access to the elements provided by an IQueryableIIndexProvider<T> An index provider is typically an IQueryable.IQueryWithIndex<T> An extension of theIQuery
that allows use of indexes.