Do you know some neat Java libaries that allow you to make cartesian product of two (or more) sets?
For example: I have three sets. One with objects of class Person
This is a pretty old question, but why not use Guava's cartesianProduct?