Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.metadata.index.IIndex

Packages that use IIndex
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. 
org.eclipse.equinox.p2.query Provides common classes for the query mechanism. 
 

Uses of IIndex in org.eclipse.equinox.p2.metadata.index
 

Methods in org.eclipse.equinox.p2.metadata.index that return IIndex
 IIndex<T> IIndexProvider.getIndex(String memberName)
          Return an index optimized for producing candidates based on values for a memberName that denotes a member of the index type.
 

Uses of IIndex in org.eclipse.equinox.p2.query
 

Methods in org.eclipse.equinox.p2.query that return IIndex
 IIndex<T> CompoundQueryable.getIndex(String memberName)
           
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.