Class StackCartesianProductIterator<T>
java.lang.Object
org.aksw.commons.collections.StackCartesianProductIterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionStackCartesianProductIterator(Iterable<? extends T>... collections) StackCartesianProductIterator(List<? extends Iterable<? extends T>> collections) StackCartesianProductIterator(T[]... collections) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
StackCartesianProductIterator
-
StackCartesianProductIterator
-
StackCartesianProductIterator
-
-
Method Details
-
canPush
public boolean canPush() -
push
public void push() -
pop
public void pop() -
hasNext
-
next
-
remove
-