Uses of Interface
org.cicirello.permutations.PermutationFullBinaryOperator
Packages that use PermutationFullBinaryOperator
Package
Description
Collection of classes related to representing and manipulating permutations.
-
Uses of PermutationFullBinaryOperator in org.cicirello.permutations
Methods in org.cicirello.permutations with parameters of type PermutationFullBinaryOperatorModifier and TypeMethodDescriptionvoidPermutation.apply(PermutationFullBinaryOperator operator, Permutation other) Applies a custom binary operator on a pair of Permutation objects.voidPermutation.applyThenValidate(PermutationFullBinaryOperator operator, Permutation other) Applies a custom binary operator on a pair of Permutation objects, and then validates the state of the Permutation.