|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayPermutationsIter | |
---|---|
org.jgrapht.experimental.permutation | Classes to provide all the possible permutations of arrays or sets. |
Uses of ArrayPermutationsIter in org.jgrapht.experimental.permutation |
---|
Classes in org.jgrapht.experimental.permutation that implement ArrayPermutationsIter | |
---|---|
class |
CompoundPermutationIter
For permutation like this: 1,2 are the same eq.group (numbers) a,b are og the same eq.group (letters) '$' is of its own eq. |
class |
IntegerPermutationIter
Iterates through permutations of N elements. |
Methods in org.jgrapht.experimental.permutation that return ArrayPermutationsIter | |
---|---|
static ArrayPermutationsIter |
PermutationFactory.createByGroups(int[] groupSizesArray)
For efficiency, try putting the biggest groups at the beggining of the array. |
static ArrayPermutationsIter |
PermutationFactory.createRegular(int[] permSourceArray)
|
Constructors in org.jgrapht.experimental.permutation with parameters of type ArrayPermutationsIter | |
---|---|
CollectionPermutationIter(List<E> objectsArray,
ArrayPermutationsIter permuter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |