JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
qilin.pta.toolkits.conch.Trilean
Packages that use
Trilean
Package
Description
qilin.pta.toolkits.conch
Uses of
Trilean
in
qilin.pta.toolkits.conch
Methods in
qilin.pta.toolkits.conch
that return
Trilean
Modifier and Type
Method
Description
static
Trilean
Trilean.
OR
(
Trilean
x1,
Trilean
x2)
static
Trilean
Trilean.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Trilean
[]
Trilean.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.
Methods in
qilin.pta.toolkits.conch
with parameters of type
Trilean
Modifier and Type
Method
Description
static
Trilean
Trilean.
OR
(
Trilean
x1,
Trilean
x2)