|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IndexManager.Index>
org.eclipse.mat.parser.index.IndexManager.Index
public static enum IndexManager.Index
The different index types.
Enum Constant Summary | |
---|---|
A2SIZE
Array to size: array (or non-default sized object) id to size (as an encoded int) |
|
DOMINATED
Dominated: object id to N dominated object ids |
|
DOMINATOR
Dominator of: object id to the id of its dominator |
|
I2RETAINED
Retained size cache. |
|
IDENTIFIER
Index to address: object id to address (as a long) |
|
INBOUND
Inbounds: object id to N outbound object ids |
|
O2CLASS
Object to class: object id to 1 class id |
|
O2RETAINED
Object to retained size: object in dominator tree to retained size (as a long) |
|
OUTBOUND
Outbounds: object id to N inbound object ids |
Field Summary | |
---|---|
String |
filename
|
Method Summary | |
---|---|
File |
getFile(String prefix)
|
static IndexManager.Index |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IndexManager.Index[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IndexManager.Index INBOUND
public static final IndexManager.Index OUTBOUND
public static final IndexManager.Index O2CLASS
public static final IndexManager.Index IDENTIFIER
public static final IndexManager.Index A2SIZE
public static final IndexManager.Index DOMINATED
public static final IndexManager.Index O2RETAINED
public static final IndexManager.Index DOMINATOR
public static final IndexManager.Index I2RETAINED
Field Detail |
---|
public String filename
Method Detail |
---|
public static IndexManager.Index[] values()
for (IndexManager.Index c : IndexManager.Index.values()) System.out.println(c);
public static IndexManager.Index valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic File getFile(String prefix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |