Package edu.jas.util
Class CartesianProductInfinite<E>
java.lang.Object
edu.jas.util.CartesianProductInfinite<E>
Cartesian product of infinite components with iterator. Works also for finite
iterables.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCartesianProductInfinite
(List<Iterable<E>> comps) CartesianProduct constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator