Class AbstractCombinationGenerator<T>
java.lang.Object
org.eclipse.epsilon.epl.combinations.AbstractCombinationGenerator<T>
- All Implemented Interfaces:
Iterator<List<T>>
,CombinationGenerator<T>
public abstract class AbstractCombinationGenerator<T>
extends Object
implements CombinationGenerator<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.epsilon.epl.combinations.CombinationGenerator
producedValidCombination
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Field Details
-
index
protected int index
-
-
Constructor Details
-
AbstractCombinationGenerator
public AbstractCombinationGenerator()
-
-
Method Details