Uses of Package
org.eclipse.mat.parser.index

Packages that use org.eclipse.mat.parser.index
org.eclipse.mat.hprof Parser for HPROF dumps, just a parser extension, not an Application Programming Interface (API). 
org.eclipse.mat.parser Interfaces for handling indexes. 
org.eclipse.mat.parser.index Implementations for handling indexes. 
org.eclipse.mat.parser.internal Implementations for building the snapshot (not API). 
org.eclipse.mat.parser.internal.snapshot Utilities for performing basic operations on the snapshot (not API). 
 

Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.hprof
IIndexReader.IOne2LongIndex
          Index from object id to a long.
 

Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.parser
IIndexReader.IOne2LongIndex
          Index from object id to a long.
IIndexReader.IOne2ManyIndex
          Index from object id to several object ids.
IIndexReader.IOne2OneIndex
          Index from object id to another int.
IIndexReader.IOne2SizeIndex
          Index from object id to size, stored compressed as an int.
 

Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.parser.index
IIndexReader
          Interfaces for reading various indexes into the snapshot.
IIndexReader.IOne2LongIndex
          Index from object id to a long.
IIndexReader.IOne2ManyIndex
          Index from object id to several object ids.
IIndexReader.IOne2ManyObjectsIndex
          Index from object id to several object ids.
IIndexReader.IOne2OneIndex
          Index from object id to another int.
IIndexReader.IOne2SizeIndex
          Index from object id to size, stored compressed as an int.
IndexManager.Index
          The different index types.
IndexWriter.Identifier
           
IndexWriter.IntArray1NWriter
           
IndexWriter.IntIndexCollectorUncompressed
           
IndexWriter.KeyWriter
           
 

Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.parser.internal
IndexManager
          Handles the indexes into the snapshot.
 

Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.parser.internal.snapshot
IIndexReader.IOne2ManyIndex
          Index from object id to several object ids.