Package | Description |
---|---|
org.eclipse.mat.parser |
Interfaces for handling indexes.
|
org.eclipse.mat.parser.index |
Implementations for handling indexes.
|
Modifier and Type | Method and Description |
---|---|
void |
IPreliminaryIndex.setArray2size(IIndexReader.IOne2SizeIndex array2size)
store the array to size in bytes mapping
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexReader.SizeIndexReader
Creates a index reader for array sizes, presuming the sizes are stored as ints
and get expanded in the reverse of the compression.
|
Modifier and Type | Field and Description |
---|---|
IIndexReader.IOne2SizeIndex |
IndexManager.a2s |
Modifier and Type | Method and Description |
---|---|
IIndexReader.IOne2SizeIndex |
IndexManager.a2size() |
IIndexReader.IOne2SizeIndex |
IndexWriter.SizeIndexCollectorUncompressed.writeTo(File indexFile) |