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