Package ons.util
Class CombinationsBatch
java.lang.Object
ons.util.CombinationsBatch
public class CombinationsBatch
extends java.lang.Object
This class find all combinations of Batch calls of Batch with k calls
-
Constructor Summary
Constructors Constructor Description CombinationsBatch()
-
Method Summary
Modifier and Type Method Description static BulkData[][]
getCombinations(Batch batch, int combinations)
-
Constructor Details
-
CombinationsBatch
public CombinationsBatch()
-
-
Method Details