Combination Class
Package:
Summary:
Generate combinations of an array of values
Groups:
Author:
Description:
This class can be used to generate combinations of an array of values.
It takes an array of values and generates all possible combinations of those values including permutation of order of the values.
The class can be configured to only get unique combinations, i.e. identical combinations of values are not generated.
It takes an array of values and generates all possible combinations of those values including permutation of order of the values.
The class can be configured to only get unique combinations, i.e. identical combinations of values are not generated.
Comments are closed.