Uses of Interface
org.cicirello.permutations.PermutationUnaryOperator
Packages that use PermutationUnaryOperator
Package
Description
Collection of classes related to representing and manipulating permutations.
-
Uses of PermutationUnaryOperator in org.cicirello.permutations
Methods in org.cicirello.permutations with parameters of type PermutationUnaryOperatorModifier and TypeMethodDescriptionvoid
Permutation.apply
(PermutationUnaryOperator operator) Applies a custom unary operator on a Permutation object.void
Permutation.applyThenValidate
(PermutationUnaryOperator operator) Applies a custom unary operator on a Permutation object, and then validates the state of the Permutation.