edu.stanford.math.plex
public static enum SimplexStream.ComparisonType extends java.lang.Enum<SimplexStream.ComparisonType>
Modifier and Type | Method and Description |
---|---|
static SimplexStream.ComparisonType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimplexStream.ComparisonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimplexStream.ComparisonType LT
public static final SimplexStream.ComparisonType LE
public static final SimplexStream.ComparisonType EQ
public static final SimplexStream.ComparisonType GE
public static final SimplexStream.ComparisonType GT
public static SimplexStream.ComparisonType[] values()
for (SimplexStream.ComparisonType c : SimplexStream.ComparisonType.values()) System.out.println(c);
public static SimplexStream.ComparisonType 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