public class SessionConfigurationList extends AbstractImmutableList<SessionConfiguration>
SessionConfiguration
s 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, toString
public SessionConfigurationList(MultilateralTournamentConfigurationInterface config)
config
- the configuration. Assumes the configuration is correct.public SessionConfiguration get(java.math.BigInteger index)
ImmutableList
index
- index of the element to returnpublic java.math.BigInteger size()