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