Package org.eclipse.mat.parser.index
Implementations for handling indexes.
Only needed by parser implementations.
-
Interface Summary Interface Description 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.IndexWriter.KeyWriter -
Enum Summary Enum Description IndexManager.Index The different index types.