Uses of Class
com.saperion.common.lang.encapsulation.Pair
Packages that use Pair
Package
Description
This package contains the utility classes for the LARIX RMI Server.
-
Uses of Pair in com.saperion.common.crypto
Methods in com.saperion.common.crypto that return PairMethods in com.saperion.common.crypto with parameters of type PairModifier and TypeMethodDescriptionstatic X509Certificate
Creates a new self-signed X.509 Certificate. -
Uses of Pair in com.saperion.common.lang.encapsulation
Methods in com.saperion.common.lang.encapsulation that return PairModifier and TypeMethodDescriptionstatic <T1,
T2> Pair<T1, T2> Pair.newInstance
(T1 first, T2 second) Convenience factory method for letting the compiler do the type inference. -
Uses of Pair in com.saperion.util
Methods in com.saperion.util that return PairModifier and TypeMethodDescriptionParallelIterator.next()
The result will hold the result of theIterator.next()
call of the first iterator first, then the one of the second iterator.Methods in com.saperion.util that return types with arguments of type Pair