Uses of Class
org.drasyl.util.Pair
-
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
.