Uses of Interface
org.cicirello.permutations.PermutationBinaryOperator
-
Packages that use PermutationBinaryOperator Package Description org.cicirello.permutations Collection of classes related to representing and manipulating permutations. -
-
Uses of PermutationBinaryOperator in org.cicirello.permutations
Methods in org.cicirello.permutations with parameters of type PermutationBinaryOperator Modifier and Type Method Description voidPermutation. apply(PermutationBinaryOperator operator, Permutation other)Applies a custom binary operator on a pair of Permutation objects.
-