public static enum MemorySpy.MemScope extends java.lang.Enum<MemorySpy.MemScope>
| Enum Constant and Description |
|---|
commit |
current |
init |
peak |
peakCommit |
| Modifier and Type | Method and Description |
|---|---|
static MemorySpy.MemScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MemorySpy.MemScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemorySpy.MemScope current
public static final MemorySpy.MemScope peak
public static final MemorySpy.MemScope init
public static final MemorySpy.MemScope peakCommit
public static final MemorySpy.MemScope commit
public static MemorySpy.MemScope[] values()
for (MemorySpy.MemScope c : MemorySpy.MemScope.values()) System.out.println(c);
public static MemorySpy.MemScope 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