public static enum BufferedConcurrentHashMap.Eviction extends Enum<BufferedConcurrentHashMap.Eviction>
| Modifier and Type | Method and Description |
|---|---|
static BufferedConcurrentHashMap.Eviction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferedConcurrentHashMap.Eviction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BufferedConcurrentHashMap.Eviction NONE
public static final BufferedConcurrentHashMap.Eviction LRU
public static final BufferedConcurrentHashMap.Eviction LIRS
public static BufferedConcurrentHashMap.Eviction[] values()
for (BufferedConcurrentHashMap.Eviction c : BufferedConcurrentHashMap.Eviction.values()) System.out.println(c);
public static BufferedConcurrentHashMap.Eviction 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 © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.