JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.nimbusds.jose.util.Pair
Packages that use
Pair
Package
Description
com.nimbusds.jose.util
Utility interfaces and classes.
Uses of
Pair
in
com.nimbusds.jose.util
Methods in
com.nimbusds.jose.util
that return
Pair
Modifier and Type
Method
Description
static <L,
R>
Pair
<L,
R>
Pair.
of
(L left, R right)
Creates a new pair of two objects.