public class CollectionUtils
extends java.lang.Object
Constructor and Description |
---|
CollectionUtils() |
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<? super T>> |
combineAndProduct(java.util.List<? extends java.util.Set<? extends T>> sets)
Transforms a list of sets into a set of element pairs,
which is the union of all cartesian products of
all pairs of sets.
|
public static <T extends java.lang.Comparable<? super T>> java.util.Set<Pair<T>> combineAndProduct(java.util.List<? extends java.util.Set<? extends T>> sets)
iterable
-