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. 
 -