C D E F G H I N P R S T V

C

CartesianProduct<T> - Class in de.uni_tuebingen.sfb.lichtenstein.combinatorics
A class that sequentially returns the cartesian product of sets, represented as a two-dimensional array.
CartesianProduct(T[][]) - Constructor for class de.uni_tuebingen.sfb.lichtenstein.combinatorics.CartesianProduct
Initialize a new operator, with given elements and size of the arrays to be returned.
collectionToArray(Collection<T>, Class<T>) - Static method in class de.uni_tuebingen.sfb.lichtenstein.combinatorics.CombinatoricOperator
Return an array that contains all the elements of the given collection.
Combinator<T> - Class in de.uni_tuebingen.sfb.lichtenstein.combinatorics
A class that sequentially returns all combinations of a certain number out of an array of given elements.
Combinator(T[], int) - Constructor for class de.uni_tuebingen.sfb.lichtenstein.combinatorics.Combinator
Initialize a new Combinator, with given elements and size of the arrays to be returned.
CombinatoricOperator<T> - Class in de.uni_tuebingen.sfb.lichtenstein.combinatorics
A common superclass for all combinatoric operators.
CombinatoricOperator(T[], int) - Constructor for class de.uni_tuebingen.sfb.lichtenstein.combinatorics.CombinatoricOperator
Initialize a new operator, with given elements and size of the arrays to be returned.
computeNext() - Method in class de.uni_tuebingen.sfb.lichtenstein.combinatorics.CartesianProduct
Compute the next array of indices.
computeNext() - Method in class de.uni_tuebingen.sfb.lichtenstein.combinatorics.Combinator
Compute the next array of indices.
computeNext() - Method in class de.uni_tuebingen.sfb.lichtenstein.combinatorics.CombinatoricOperator
Compute the next array of indices.
computeNext() - Method in class de.uni_tuebingen.sfb.lichtenstein.combinatorics.Permuter
Compute the next array of indices.
computeNext() - Method in class de.uni_tuebingen.sfb.lichtenstein.combinatorics.VariatorWithRepetition
Compute the next array of indices.

C D E F G H I N P R S T V