| Package | Description |
|---|---|
| org.eclipse.mat.parser.index |
Implementations for handling indexes.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexManager.Index |
IndexManager.Index.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexManager.Index[] |
IndexManager.Index.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IIndexReader |
IndexManager.getReader(IndexManager.Index index) |
void |
IndexManager.setReader(IndexManager.Index index,
IIndexReader reader) |