Uses of Class
org.eclipse.mat.parser.index.IndexManager.Index

Packages that use IndexManager.Index
org.eclipse.mat.parser.index Implementations for handling indexes. 
 

Uses of IndexManager.Index in org.eclipse.mat.parser.index
 

Methods in org.eclipse.mat.parser.index that return IndexManager.Index
static IndexManager.Index IndexManager.Index.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexManager.Index[] IndexManager.Index.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.mat.parser.index with parameters of type IndexManager.Index
 IIndexReader IndexManager.getReader(IndexManager.Index index)
           
 void IndexManager.setReader(IndexManager.Index index, IIndexReader reader)