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