public abstract class AbstractCombinationGenerator<T> extends java.lang.Object implements CombinationGenerator<T>
Constructor and Description |
---|
AbstractCombinationGenerator() |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getNext() |
abstract boolean |
hasMore() |
void |
reset() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
producedValidCombination
public abstract boolean hasMore()
hasMore
in interface CombinationGenerator<T>
public java.util.List<T> getNext()
getNext
in interface CombinationGenerator<T>
public void reset()
reset
in interface CombinationGenerator<T>