JavaScript is disabled on your browser.
Skip navigation links
OpenICF Framework 1.5.20.25 Documentation
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.identityconnectors.common.Pair
Packages that use
Pair
Package
Description
org.identityconnectors.common
Common utilities for all Connectors.
Uses of
Pair
in
org.identityconnectors.common
Methods in
org.identityconnectors.common
that return
Pair
Modifier and Type
Method
Description
static <L,
R>
Pair
<L,
R>
Pair.
of
(L left, R right)
Obtains a mutable pair of two objects inferring the generic types.