Uses of Interface
org.eclipse.mat.parser.index.IIndexReader.IOne2ManyIndex

Packages that use IIndexReader.IOne2ManyIndex
org.eclipse.mat.parser Interfaces for handling indexes. 
org.eclipse.mat.parser.index Implementations for handling indexes. 
org.eclipse.mat.parser.internal.snapshot Utilities for performing basic operations on the snapshot (not API). 
 

Uses of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser
 

Methods in org.eclipse.mat.parser with parameters of type IIndexReader.IOne2ManyIndex
 void IPreliminaryIndex.setOutbound(IIndexReader.IOne2ManyIndex outbound)
          store the object to outbound references table.
 

Uses of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser.index
 

Subinterfaces of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser.index
static interface IIndexReader.IOne2ManyObjectsIndex
          Index from object id to several object ids.
 

Classes in org.eclipse.mat.parser.index that implement IIndexReader.IOne2ManyIndex
static class IndexReader.IntIndex1NSortedReader
           
 

Fields in org.eclipse.mat.parser.index declared as IIndexReader.IOne2ManyIndex
 IIndexReader.IOne2ManyIndex IndexManager.domOut
           
 IIndexReader.IOne2ManyIndex IndexManager.outbound
           
 

Methods in org.eclipse.mat.parser.index that return IIndexReader.IOne2ManyIndex
 IIndexReader.IOne2ManyIndex IndexManager.dominated()
           
 IIndexReader.IOne2ManyIndex IndexWriter.IntArray1NWriter.flush()
           
 IIndexReader.IOne2ManyIndex IndexWriter.IntArray1NUncompressedCollector.flush()
           
 IIndexReader.IOne2ManyIndex IndexManager.inbound()
           
 IIndexReader.IOne2ManyIndex IndexManager.outbound()
           
 

Uses of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser.internal.snapshot
 

Constructors in org.eclipse.mat.parser.internal.snapshot with parameters of type IIndexReader.IOne2ManyIndex
ObjectMarker(int[] roots, boolean[] bits, IIndexReader.IOne2ManyIndex outbound, IProgressListener progressListener)
           
ObjectMarker(int[] roots, boolean[] bits, IIndexReader.IOne2ManyIndex outbound, long outboundLength, IProgressListener progressListener)