public class SessionConfigurationList extends AbstractImmutableList<SessionConfiguration>
SessionConfigurations for running. immutable.| Constructor and Description |
|---|
SessionConfigurationList(MultilateralTournamentConfigurationInterface config)
Constructs the list given a tournament configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SessionConfiguration |
get(java.math.BigInteger index)
Returns the element at the specified position in this list.
|
java.math.BigInteger |
size() |
get, iterator, toStringpublic SessionConfigurationList(MultilateralTournamentConfigurationInterface config)
config - the configuration. Assumes the configuration is correct.public SessionConfiguration get(java.math.BigInteger index)
ImmutableListindex - index of the element to returnpublic java.math.BigInteger size()