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