public enum MultimapFeature extends java.lang.Enum<MultimapFeature> implements Feature<Multimap>
Multimap.| Modifier and Type | Class and Description |
|---|---|
static interface |
MultimapFeature.Require |
| Enum Constant and Description |
|---|
VALUE_COLLECTIONS_SUPPORT_ITERATOR_REMOVE |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<Feature<? super Multimap>> |
implied |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Feature<? super Multimap>> |
getImpliedFeatures()
Returns the set of features that are implied by this feature.
|
static MultimapFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultimapFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultimapFeature VALUE_COLLECTIONS_SUPPORT_ITERATOR_REMOVE
public static MultimapFeature[] values()
for (MultimapFeature c : MultimapFeature.values()) System.out.println(c);
public static MultimapFeature 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 null