public static enum IntervalBisection.PrecisionStrategy extends Enum<IntervalBisection.PrecisionStrategy>
Enum Constant and Description |
---|
BETWEEN_RESULTS |
TO_INTERVAL |
Modifier and Type | Method and Description |
---|---|
static IntervalBisection.PrecisionStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalBisection.PrecisionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntervalBisection.PrecisionStrategy TO_INTERVAL
public static final IntervalBisection.PrecisionStrategy BETWEEN_RESULTS
public static IntervalBisection.PrecisionStrategy[] values()
for (IntervalBisection.PrecisionStrategy c : IntervalBisection.PrecisionStrategy.values()) System.out.println(c);
public static IntervalBisection.PrecisionStrategy 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 nullCopyright © 2010–2018 Jadira Systems. All rights reserved.