JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
com.bobocode.bring.core.utils.Pair
Packages that use
Pair
Package
Description
com.bobocode.bring.core.utils
Uses of
Pair
in
com.bobocode.bring.core.utils
Methods in
com.bobocode.bring.core.utils
that return
Pair
Modifier and Type
Method
Description
static <L,
R>
Pair
<L,
R>
Pair.
of
(L left, R right)
Creates a new Pair object with the specified left and right values.