public class TournamentIndicesGenerator
extends java.lang.Object
implements java.lang.Iterable<java.util.List<java.lang.Integer>>
Constructor and Description |
---|
TournamentIndicesGenerator(int numAgentsPerSession,
int profilesPerRun,
boolean repAllowed,
int numPartyRepItems) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.List<java.lang.Integer>> |
iterator()
Returns an iterator over a set of elements of type T.
|