public static enum GcStatisticsCollector.GcStats.Header extends Enum<GcStatisticsCollector.GcStats.Header>
| Modifier and Type | Method and Description |
|---|---|
static GcStatisticsCollector.GcStats.Header |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcStatisticsCollector.GcStats.Header[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcStatisticsCollector.GcStats.Header DURATION
public static final GcStatisticsCollector.GcStats.Header ACTION
public static final GcStatisticsCollector.GcStats.Header CAUSE
public static final GcStatisticsCollector.GcStats.Header NAME
public static GcStatisticsCollector.GcStats.Header[] values()
for (GcStatisticsCollector.GcStats.Header c : GcStatisticsCollector.GcStats.Header.values()) System.out.println(c);
public static GcStatisticsCollector.GcStats.Header 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 © 2023. All rights reserved.