Uses of Interface
cc.redberry.combinatorics.IntCombinatorialPort
-
-
Uses of IntCombinatorialPort in cc.redberry.combinatorics
Classes in cc.redberry.combinatorics that implement IntCombinatorialPort Modifier and Type Class Description classIntCompositionsIterator over all compositions of specified integer into N parts.classIntDistinctTuplesIterator over all distinct N-tuples, which can be chosen fromNsets of integers.classIntPermutationsWithPriorityIterator over all possible permutations of specified that allows to adjust the "niceness" of particular permutations, such they will appear earlier in the iteration if iterator was reset viaIntPermutationsWithPriority.reset().classIntTuplesIterator over all N-tuples (not necessary to be distinct), which can be chosen fromNarrays of integers of the form arrayi = [0, 1, 2, ..., Ki].Fields in cc.redberry.combinatorics declared as IntCombinatorialPort Modifier and Type Field Description (package private) IntCombinatorialPortIntCombinatorialPort.Iterator. portConstructors in cc.redberry.combinatorics with parameters of type IntCombinatorialPort Constructor Description Iterator(IntCombinatorialPort port)
-