protected static enum ConcurrentReferenceHashMap.Restructure extends Enum<ConcurrentReferenceHashMap.Restructure>
Enum Constant and Description |
---|
NEVER |
WHEN_NECESSARY |
Modifier and Type | Method and Description |
---|---|
static ConcurrentReferenceHashMap.Restructure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentReferenceHashMap.Restructure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConcurrentReferenceHashMap.Restructure WHEN_NECESSARY
public static final ConcurrentReferenceHashMap.Restructure NEVER
public static ConcurrentReferenceHashMap.Restructure[] values()
for (ConcurrentReferenceHashMap.Restructure c : ConcurrentReferenceHashMap.Restructure.values()) System.out.println(c);
public static ConcurrentReferenceHashMap.Restructure 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 null