public static enum LeakTraceElement.Holder extends java.lang.Enum<LeakTraceElement.Holder>
| Modifier and Type | Method and Description |
|---|---|
static LeakTraceElement.Holder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LeakTraceElement.Holder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeakTraceElement.Holder OBJECT
public static final LeakTraceElement.Holder CLASS
public static final LeakTraceElement.Holder THREAD
public static final LeakTraceElement.Holder ARRAY
public static LeakTraceElement.Holder[] values()
for (LeakTraceElement.Holder c : LeakTraceElement.Holder.values()) System.out.println(c);
public static LeakTraceElement.Holder 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