Uses of Interface
org.cicirello.permutations.PermutationUnaryOperator
-
Packages that use PermutationUnaryOperator Package Description org.cicirello.permutations 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 PermutationUnaryOperator Modifier and Type Method Description voidPermutation. apply(PermutationUnaryOperator operator)Applies a custom unary operator on a Permutation object.
-