@GwtCompatible public enum SetFeature extends Enum<SetFeature> implements Feature<Set>
Set.| Modifier and Type | Class and Description |
|---|---|
static interface |
SetFeature.Require |
| Enum Constant and Description |
|---|
GENERAL_PURPOSE |
| Modifier and Type | Method and Description |
|---|---|
Set<Feature<? super Set>> |
getImpliedFeatures()
Returns the set of features that are implied by this feature.
|
static SetFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetFeature GENERAL_PURPOSE
public static SetFeature[] values()
for (SetFeature c : SetFeature.values()) System.out.println(c);
public static SetFeature 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 Set>> getImpliedFeatures()
FeaturegetImpliedFeatures in interface Feature<Set>Copyright © 2010–2019. All rights reserved.