Uses of Interface
org.eclipse.mat.parser.index.IIndexReader.IOne2SizeIndex
Packages that use IIndexReader.IOne2SizeIndex
Package
Description
Interfaces for handling indexes.
Implementations for handling indexes.
-
Uses of IIndexReader.IOne2SizeIndex in org.eclipse.mat.parser
Methods in org.eclipse.mat.parser with parameters of type IIndexReader.IOne2SizeIndexModifier and TypeMethodDescriptionvoid
IPreliminaryIndex.setArray2size
(IIndexReader.IOne2SizeIndex array2size) store the array to size in bytes mapping -
Uses of IIndexReader.IOne2SizeIndex in org.eclipse.mat.parser.index
Classes in org.eclipse.mat.parser.index that implement IIndexReader.IOne2SizeIndexModifier and TypeClassDescriptionstatic class
Creates a index reader for array sizes, presuming the sizes are stored as ints and get expanded in the reverse of the compression.Fields in org.eclipse.mat.parser.index declared as IIndexReader.IOne2SizeIndexModifier and TypeFieldDescriptionIndexManager.a2s
The index from object ID to its size, for arrays and variable sized objectsMethods in org.eclipse.mat.parser.index that return IIndexReader.IOne2SizeIndexModifier and TypeMethodDescriptionIndexManager.a2size()
The index from array object ID and variable sized objects to the size in bytes.