public static enum AbstractCopyOnWriteMap.View.Type extends java.lang.Enum<AbstractCopyOnWriteMap.View.Type>
AbstractCopyOnWriteMap.View
availableModifier and Type | Method and Description |
---|---|
(package private) abstract <K,V,M extends java.util.Map<K,V>> |
get(AbstractCopyOnWriteMap<K,V,M> host) |
static AbstractCopyOnWriteMap.View.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCopyOnWriteMap.View.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCopyOnWriteMap.View.Type STABLE
public static final AbstractCopyOnWriteMap.View.Type LIVE
public static AbstractCopyOnWriteMap.View.Type[] values()
for (AbstractCopyOnWriteMap.View.Type c : AbstractCopyOnWriteMap.View.Type.values()) System.out.println(c);
public static AbstractCopyOnWriteMap.View.Type 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 nullabstract <K,V,M extends java.util.Map<K,V>> AbstractCopyOnWriteMap.View<K,V> get(AbstractCopyOnWriteMap<K,V,M> host)