private static enum BoundedConcurrentHashMap.Recency extends Enum<BoundedConcurrentHashMap.Recency>
| Enum Constant and Description |
|---|
HIR_NONRESIDENT |
HIR_RESIDENT |
LIR_RESIDENT |
| Modifier and Type | Method and Description |
|---|---|
static BoundedConcurrentHashMap.Recency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundedConcurrentHashMap.Recency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoundedConcurrentHashMap.Recency HIR_RESIDENT
public static final BoundedConcurrentHashMap.Recency LIR_RESIDENT
public static final BoundedConcurrentHashMap.Recency HIR_NONRESIDENT
public static BoundedConcurrentHashMap.Recency[] values()
for (BoundedConcurrentHashMap.Recency c : BoundedConcurrentHashMap.Recency.values()) System.out.println(c);
public static BoundedConcurrentHashMap.Recency 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 © 2019 JBoss by Red Hat. All rights reserved.