Package | Description |
---|---|
de.uni_due.inf.ti.graph.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
static ThreeBool |
ThreeBool.asThreeBool(boolean b)
Returns
ThreeBool.TRUE if b == true and
ThreeBool.FALSE if b == false . |
static ThreeBool |
ThreeBool.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreeBool[] |
ThreeBool.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|