public static enum AllocationSnippets.FillContent extends Enum<AllocationSnippets.FillContent>
| Enum Constant and Description |
|---|
DO_NOT_FILL |
WITH_GARBAGE_IF_ASSERTIONS_ENABLED |
WITH_ZEROES |
| Modifier and Type | Method and Description |
|---|---|
static AllocationSnippets.FillContent |
fromBoolean(boolean fillContents) |
static AllocationSnippets.FillContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocationSnippets.FillContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllocationSnippets.FillContent DO_NOT_FILL
public static final AllocationSnippets.FillContent WITH_ZEROES
public static final AllocationSnippets.FillContent WITH_GARBAGE_IF_ASSERTIONS_ENABLED
public static AllocationSnippets.FillContent[] values()
public static AllocationSnippets.FillContent 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 nullpublic static AllocationSnippets.FillContent fromBoolean(boolean fillContents)