Interface ChoiceData.ChoiceIterator
-
- All Superinterfaces:
java.util.Iterator<int[]>
- Enclosing interface:
- ChoiceData
public static interface ChoiceData.ChoiceIterator extends java.util.Iterator<int[]>next() returns the next history.- Author:
- sander
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.BitSetgetEnabledNext()int[]getExecutedNext()intsize()
-