Uses of Interface
org.cicirello.permutations.PermutationBinaryOperator
Package
Description
Collection of classes related to representing and manipulating permutations.
-
Uses of PermutationBinaryOperator in org.cicirello.permutations
Modifier and TypeMethodDescriptionvoid
Permutation.apply
(PermutationBinaryOperator operator, Permutation other) Applies a custom binary operator on a pair of Permutation objects.void
Permutation.applyThenValidate
(PermutationBinaryOperator operator, Permutation other) Applies a custom binary operator on a pair of Permutation objects, and then validates the state of the Permutation.