@GwtCompatible public enum MultimapFeature extends Enum<MultimapFeature> implements Feature<com.google.common.collect.Multimap>
Multimap.| Modifier and Type | Class and Description |
|---|---|
static interface |
MultimapFeature.Require |
| Enum Constant and Description |
|---|
VALUE_COLLECTIONS_SUPPORT_ITERATOR_REMOVE |
| Modifier and Type | Method and Description |
|---|---|
Set<Feature<? super com.google.common.collect.Multimap>> |
getImpliedFeatures()
Returns the set of features that are implied by this feature.
|
static MultimapFeature |
valueOf(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(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 nullpublic Set<Feature<? super com.google.common.collect.Multimap>> getImpliedFeatures()
FeaturegetImpliedFeatures in interface Feature<com.google.common.collect.Multimap>Copyright © 2010–2019. All rights reserved.