public static enum InvalidationProfiler.EMPTY extends java.lang.Enum<InvalidationProfiler.EMPTY> implements InvalidationProfiler
InvalidationProfiler.EMPTY| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
RunProfiler |
profileRun() |
static InvalidationProfiler.EMPTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvalidationProfiler.EMPTY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvalidationProfiler.EMPTY INSTANCE
public static InvalidationProfiler.EMPTY[] values()
for (InvalidationProfiler.EMPTY c : InvalidationProfiler.EMPTY.values()) System.out.println(c);
public static InvalidationProfiler.EMPTY 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 nullpublic RunProfiler profileRun()
profileRun in interface InvalidationProfiler