org.aksw.commons.collections
Class StackCartesianProductIterator<T>
java.lang.Object
org.aksw.commons.collections.StackCartesianProductIterator<T>
- All Implemented Interfaces:
- Iterator<List<T>>
public class StackCartesianProductIterator<T>
- extends Object
- implements Iterator<List<T>>
- Author:
- Claus Stadler
Date: 7/6/11
Time: 10:46 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackCartesianProductIterator
public StackCartesianProductIterator(T[]... collections)
StackCartesianProductIterator
public StackCartesianProductIterator(Iterable<? extends T>... collections)
StackCartesianProductIterator
public StackCartesianProductIterator(List<? extends Iterable<? extends T>> collections)
canPush
public boolean canPush()
push
public void push()
pop
public void pop()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<List<T>>
next
public List<T> next()
- Specified by:
next in interface Iterator<List<T>>
remove
public void remove()
- Specified by:
remove in interface Iterator<List<T>>
Copyright © 2011. All Rights Reserved.