Package org.aksw.commons.collections
Class StackCartesianProductIterator<T>
java.lang.Object
org.aksw.commons.collections.StackCartesianProductIterator<T>
- Author:
- Claus Stadler Date: 7/6/11 Time: 10:46 PM
-
Constructor Summary
ConstructorsConstructorDescriptionStackCartesianProductIterator(Iterable<? extends T>... collections) StackCartesianProductIterator(List<? extends Iterable<? extends T>> collections) StackCartesianProductIterator(T[]... collections) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
StackCartesianProductIterator
-
StackCartesianProductIterator
-
StackCartesianProductIterator
-
-
Method Details