Tagged Questions
5
votes
4answers
457 views
Is there an equivalent of Python's itertools for Java?
I'm searching for a library (preferably generic) that generates iterable combinations and permutations of data contained in collections. Cartesian product would also be nice.
The best way of ...