Package | Description |
---|---|
list | |
negotiator.tournament |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPermutations<E>
Abstract base class for Permutations, common providing standard functions.
|
class |
FlatList<E>
Assumes that inner lists all contain just 1 element, and turns a nested list
into plain list.
|
class |
JoinedList<E>
Creates conjunction of two lists.
|
class |
ListWithRemove<E>
Turns immutable list into a list from which elements can be marked as
"removed".
|
class |
MapList<IN1,OUT> |
class |
MapThreadList<OUT,IN1,IN2> |
class |
Outer<T>
creates all possible combinations of one element from each of the provided
lists
|
class |
PermutationsOrderedWithoutReturn<E>
Creates all ordered permutations without return.
|
class |
PermutationsWithoutReturn<E>
Creates all permutation without return (WOR).
|
class |
PermutationsWithReturn<E>
Creates all permutations with return (WR).
|
class |
ShuffledList<E>
makes a shuffled version of provided list.
|
class |
Tuples<T1,T2>
Generate list of Tuple[T1, T2] with all combinations of 1 element from list1
and one from list2.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionConfigurationList
a list of
SessionConfiguration s for running. |