public static enum MemorySpy.MemScope extends Enum<MemorySpy.MemScope>
Enum Constant and Description |
---|
commit |
current |
init |
peak |
peakCommit |
Modifier and Type | Method and Description |
---|---|
static MemorySpy.MemScope |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.