public static enum AllocationInfo.SortMode extends java.lang.Enum<AllocationInfo.SortMode>
| Enum Constant and Description |
|---|
ALLOCATION_SITE |
CLASS |
IN_CLASS |
IN_METHOD |
NUMBER |
SIZE |
THREAD |
| Modifier and Type | Method and Description |
|---|---|
static AllocationInfo.SortMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllocationInfo.SortMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllocationInfo.SortMode NUMBER
public static final AllocationInfo.SortMode SIZE
public static final AllocationInfo.SortMode CLASS
public static final AllocationInfo.SortMode THREAD
public static final AllocationInfo.SortMode ALLOCATION_SITE
public static final AllocationInfo.SortMode IN_CLASS
public static final AllocationInfo.SortMode IN_METHOD
public static AllocationInfo.SortMode[] values()
for (AllocationInfo.SortMode c : AllocationInfo.SortMode.values()) System.out.println(c);
public static AllocationInfo.SortMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null