public class TournamentIndicesGenerator<T>
extends java.lang.Object
implements java.lang.Iterable<java.util.List<T>>
Constructor and Description |
---|
TournamentIndicesGenerator(int testSize,
int profileSize,
boolean repetitionAllowed,
java.util.Collection<T> elements) |
TournamentIndicesGenerator(int testSize,
int profileSize,
boolean repetitionAllowed,
T... elements) |
public TournamentIndicesGenerator(int testSize, int profileSize, boolean repetitionAllowed, T... elements)
public TournamentIndicesGenerator(int testSize, int profileSize, boolean repetitionAllowed, java.util.Collection<T> elements)