Uses of Class
org.forgerock.util.Pair
Packages that use Pair
-
Uses of Pair in org.forgerock.util
Fields in org.forgerock.util declared as PairMethods in org.forgerock.util that return PairModifier and TypeMethodDescriptionstatic <F,
S> Pair<F, S> Pair.empty()
Returns an empty Pair matching the required types.static <F,
S> Pair<F, S> Pair.of
(F first, S second) Creates a newPair
.Methods in org.forgerock.util that return types with arguments of type PairModifier and TypeMethodDescriptionstatic <F extends Comparable<F>,
S extends Comparable<S>>
Comparator<Pair<F,S>> Pair.getPairComparator()
Returns a comparator for Pairs of comparable objects.