Uses of Class
org.drasyl.util.Pair
Packages that use Pair
Package
Description
CYCLON membership management.
Utility classes used across multiple packages.
-
Uses of Pair in org.drasyl.handler.membership.cyclon
Methods in org.drasyl.handler.membership.cyclon that return Pair -
Uses of Pair in org.drasyl.util
Methods in org.drasyl.util that return PairModifier and TypeMethodDescriptionstatic <A,
B> Pair<A, B> Pair.of
(A first, B second) Obtains a tuple of two elements inferring the generic types.Methods in org.drasyl.util that return types with arguments of type PairModifier and TypeMethodDescriptionSetUtil.cartesianProduct
(Set<A> a, Set<B> b) Returns the cartesian product of the two setsa
andb
.