JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.benf.cfr.reader.util.BoolPair
Packages that use
BoolPair
Package
Description
org.benf.cfr.reader.util
Uses of
BoolPair
in
org.benf.cfr.reader.util
Methods in
org.benf.cfr.reader.util
that return
BoolPair
Modifier and Type
Method
Description
static
BoolPair
BoolPair.
get
(boolean a, boolean b)
static
BoolPair
BoolPair.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
BoolPair
[]
BoolPair.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.